From 1b459bbae3fc4d8693713b7fda3c89018a0cdbfc Mon Sep 17 00:00:00 2001 From: stoppedwumm Date: Mon, 7 Oct 2024 02:22:48 +0200 Subject: [PATCH] Stop signing --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7312c32..6d8205b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "appId": "com.stoppedwumm.eaglergrab", "mac": { "category": "public.app-category.games", - "icon": "build/icon.icns" + "icon": "build/icon.icns", + "sign": false }, "win": { "target": "nsis", @@ -26,7 +27,8 @@ }, "dmg": { "title": "EaglerGrab Setup", - "icon": "build/icon.icns" + "icon": "build/icon.icns", + "sign": false } } }