mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +01:00
Disable notarize
This commit is contained in:
parent
0b91b7ba05
commit
9ea9bef651
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user