1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

Fix notarize

This commit is contained in:
Nayam Amarshe 2023-10-27 18:07:48 +05:30
parent 68773a6e82
commit 0e13a8d061
4 changed files with 5 additions and 6 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@
.pnp.js
/main/*.js
*.js
out/
# testing
/coverage

4
package-lock.json generated
View File

@ -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",

View File

@ -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,