mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-23 08:23:41 +01:00
25 lines
546 B
YAML
25 lines
546 B
YAML
|
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
|