43 lines
1,006 B
YAML
43 lines
1,006 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
|
|
icon: ./resources/icon.icns
|
|
category: Photography
|
|
mac:
|
|
target:
|
|
target: default
|
|
arch:
|
|
- universal
|
|
category: public.app-category.photography
|
|
hardenedRuntime: true
|
|
x64ArchFiles: Contents/Resources/ggmlclip-mac
|
|
afterSign: electron-builder-notarize
|
|
asarUnpack:
|
|
- node_modules/ffmpeg-static/bin/${os}/${arch}/ffmpeg
|
|
- node_modules/ffmpeg-static/index.js
|
|
- node_modules/ffmpeg-static/package.json
|
|
extraFiles:
|
|
- from: build
|
|
to: resources
|
|
files:
|
|
- app/**/*
|
|
- out
|