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