From 0bdea5c54ca1465d89c73cd269e60ebb24c79f0f Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 2 Apr 2021 15:52:33 +0200 Subject: [PATCH] Rename mac releases (keep old naming) Change-type: patch --- .resinci.json | 3 ++- electron-builder.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.resinci.json b/.resinci.json index 22a1b0c6..2669b1e0 100644 --- a/.resinci.json +++ b/.resinci.json @@ -30,7 +30,8 @@ "category": "public.app-category.developer-tools", "hardenedRuntime": true, "entitlements": "entitlements.mac.plist", - "entitlementsInherit": "entitlements.mac.plist" + "entitlementsInherit": "entitlements.mac.plist", + "artifactName": "${productName}-${version}.${ext}" }, "dmg": { "iconSize": 110, diff --git a/electron-builder.yml b/electron-builder.yml index 0bf8eb22..36108f70 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -16,6 +16,7 @@ mac: hardenedRuntime: true entitlements: "entitlements.mac.plist" entitlementsInherit: "entitlements.mac.plist" + artifactName: "${productName}-${version}.${ext}" dmg: background: assets/dmg/background.tiff icon: assets/icon.icns