ente/desktop/electron-builder.yml

29 lines
638 B
YAML
Raw Normal View History

appId: io.ente.bhari-frame
artifactName: ${productName}-${version}-${arch}.${ext}
nsis:
deleteAppDataOnUninstall: true
linux:
target:
- target: AppImage
2024-03-21 05:15:48 +00:00
arch: [x64, arm64]
- target: deb
2024-03-21 05:15:48 +00:00
arch: [x64, arm64]
- target: rpm
2024-03-21 05:15:48 +00:00
arch: [x64, arm64]
- target: pacman
2024-03-21 05:15:48 +00:00
arch: [x64, arm64]
category: Photography
mac:
target:
target: default
2024-03-21 05:15:48 +00:00
arch: [universal]
category: public.app-category.photography
hardenedRuntime: true
afterSign: electron-builder-notarize
extraFiles:
- from: build
to: resources
files:
- app/**/*
- out