42679bc9da
Per https://www.electron.build/icons, a single 512x512 icon.png placed in the buildResources directory (default `build`) is enough to generate icons for all three - macOS, Windows and Linux.
29 lines
688 B
YAML
29 lines
688 B
YAML
appId: io.ente.bhari-frame
|
|
artifactName: ${productName}-${version}-${arch}.${ext}
|
|
nsis:
|
|
deleteAppDataOnUninstall: true
|
|
linux:
|
|
target:
|
|
- target: AppImage
|
|
arch: [x64, arm64]
|
|
- target: deb
|
|
arch: [x64, arm64]
|
|
- target: rpm
|
|
arch: [x64, arm64]
|
|
- target: pacman
|
|
arch: [x64, arm64]
|
|
category: Photography
|
|
mac:
|
|
target:
|
|
target: default
|
|
arch: [universal]
|
|
category: public.app-category.photography
|
|
hardenedRuntime: true
|
|
x64ArchFiles: Contents/Resources/ggmlclip-mac
|
|
afterSign: electron-builder-notarize
|
|
extraFiles:
|
|
- from: build
|
|
to: resources
|
|
files:
|
|
- app/**/*
|
|
- out
|