Rename mac releases (keep old naming)

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2021-04-02 15:52:33 +02:00
parent 3be372d49f
commit 0bdea5c54c
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,8 @@
"category": "public.app-category.developer-tools", "category": "public.app-category.developer-tools",
"hardenedRuntime": true, "hardenedRuntime": true,
"entitlements": "entitlements.mac.plist", "entitlements": "entitlements.mac.plist",
"entitlementsInherit": "entitlements.mac.plist" "entitlementsInherit": "entitlements.mac.plist",
"artifactName": "${productName}-${version}.${ext}"
}, },
"dmg": { "dmg": {
"iconSize": 110, "iconSize": 110,

View File

@ -16,6 +16,7 @@ mac:
hardenedRuntime: true hardenedRuntime: true
entitlements: "entitlements.mac.plist" entitlements: "entitlements.mac.plist"
entitlementsInherit: "entitlements.mac.plist" entitlementsInherit: "entitlements.mac.plist"
artifactName: "${productName}-${version}.${ext}"
dmg: dmg:
background: assets/dmg/background.tiff background: assets/dmg/background.tiff
icon: assets/icon.icns icon: assets/icon.icns