From 64c1ab3635e420bad96b65a9e530214402bbbdc8 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sat, 25 Oct 2025 02:10:25 -0500 Subject: [PATCH] fix: Allow .dmg signing --- electron-builder.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index 37f02279..0981a6df 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -104,8 +104,7 @@ "minimumSystemVersion": "10.15" }, "dmg": { - "artifactName": "termix_macos_${arch}_${version}_dmg.${ext}", - "sign": false + "artifactName": "termix_macos_${arch}_${version}_dmg.${ext}" }, "mas": { "provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",