mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-19 20:23:08 +01:00
Disable notarize
This commit is contained in:
parent
0b91b7ba05
commit
9ea9bef651
@ -56,6 +56,8 @@
|
|||||||
"appId": "org.upscayl.app",
|
"appId": "org.upscayl.app",
|
||||||
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
|
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
|
||||||
"asar": true,
|
"asar": true,
|
||||||
|
"notarize": false,
|
||||||
|
"afterSign": "scripts/notarize.js",
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
{
|
{
|
||||||
"from": "resources/${os}/bin",
|
"from": "resources/${os}/bin",
|
||||||
@ -157,7 +159,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@electron/notarize": "^2.1.0",
|
|
||||||
"@types/electron": "^1.6.10",
|
"@types/electron": "^1.6.10",
|
||||||
"@types/node": "^18.15.12",
|
"@types/node": "^18.15.12",
|
||||||
"@types/react": "^18.0.37",
|
"@types/react": "^18.0.37",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user