From 9ea9bef6512fa20df6e852066d9de04c24ab861a Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Sun, 3 Sep 2023 13:45:17 +0530 Subject: [PATCH] Disable notarize --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8471430..3d30878 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,8 @@ "appId": "org.upscayl.app", "artifactName": "${name}-${version}-${os}-${arch}.${ext}", "asar": true, + "notarize": false, + "afterSign": "scripts/notarize.js", "extraFiles": [ { "from": "resources/${os}/bin", @@ -157,7 +159,6 @@ ] }, "devDependencies": { - "@electron/notarize": "^2.1.0", "@types/electron": "^1.6.10", "@types/node": "^18.15.12", "@types/react": "^18.0.37",