2022-10-17 17:34:05 +02:00
|
|
|
appId: com.usebruno.app
|
|
|
|
productName: Bruno
|
|
|
|
electronVersion: 21.1.1
|
|
|
|
directories:
|
|
|
|
buildResources: resources
|
|
|
|
output: out
|
|
|
|
files:
|
|
|
|
- "**/*"
|
|
|
|
mac:
|
|
|
|
artifactName: ${name}_${version}_${arch}_${os}.${ext}
|
|
|
|
category: public.app-category.developer-tools
|
|
|
|
target:
|
|
|
|
- target: dmg
|
|
|
|
arch:
|
|
|
|
- x64
|
|
|
|
- arm64
|
|
|
|
- target: zip
|
|
|
|
arch:
|
|
|
|
- x64
|
|
|
|
- arm64
|
|
|
|
icon: resources/icons/mac/icon.icns
|
|
|
|
hardenedRuntime: true
|
|
|
|
entitlements: resources/entitlements.mac.plist
|
|
|
|
entitlementsInherit: resources/entitlements.mac.plist
|
2022-10-17 18:47:03 +02:00
|
|
|
linux:
|
|
|
|
artifactName: ${name}_${version}_${arch}_linux.${ext}
|
|
|
|
icon: resources/icons/png
|
|
|
|
target:
|
|
|
|
- AppImage
|
|
|
|
- deb
|