mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Fix notarize
This commit is contained in:
parent
68773a6e82
commit
0e13a8d061
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,7 +6,7 @@
|
||||
.pnp.js
|
||||
|
||||
/main/*.js
|
||||
*.js
|
||||
out/
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user