From 0e13a8d0611cac3fa3795f5f79c443de8593ea2e Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:07:48 +0530 Subject: [PATCH] Fix notarize --- .gitignore | 2 +- scripts/notarize.js => notarize.js | 0 package-lock.json | 4 ++-- package.json | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) rename scripts/notarize.js => notarize.js (100%) diff --git a/.gitignore b/.gitignore index 74645ea..8b3bd3f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ .pnp.js /main/*.js -*.js +out/ # testing /coverage diff --git a/scripts/notarize.js b/notarize.js similarity index 100% rename from scripts/notarize.js rename to notarize.js diff --git a/package-lock.json b/package-lock.json index 3f1a709..1f559aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "upscayl", - "version": "2.9.1", + "version": "2.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "upscayl", - "version": "2.9.1", + "version": "2.8.5", "license": "AGPL-3.0", "dependencies": { "dotenv": "^16.3.1", diff --git a/package.json b/package.json index c386f40..5dab06e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upscayl", "private": true, - "version": "2.9.1", + "version": "2.8.5", "productName": "Upscayl", "homepage": "https://github.com/TGS963/upscayl", "contributors": [ @@ -64,7 +64,7 @@ "productName": "Upscayl", "appId": "org.upscayl.Upscayl", "artifactName": "${name}-${version}-${os}.${ext}", - "afterSign": "scripts/notarize.js", + "afterSign": "./notarize.js", "asar": true, "asarUnpack": [ "**/node_modules/sharp/**/*" @@ -118,7 +118,6 @@ ] }, "mac": { - "type": "distribution", "category": "public.app-category.photography", "hardenedRuntime": true, "gatekeeperAssess": false,