ente/desktop/electron-builder.yml

33 lines
707 B
YAML
Raw Normal View History

appId: io.ente.bhari-frame
artifactName: ${productName}-${version}-${arch}.${ext}
files:
- app/**/*
- out
extraFiles:
- from: build
to: resources
win:
target:
- target: nsis
arch: [x64, arm64]
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