try to use electron notarize

This commit is contained in:
Jan Prochazka
2024-12-25 10:28:10 +01:00
parent 3916a5e6e8
commit 18ca971f67
3 changed files with 12 additions and 487 deletions

View File

@@ -19,7 +19,6 @@
"artifactName": "dbgate-${version}-${os}_${arch}.${ext}",
"appId": "org.dbgate",
"productName": "DbGate",
"afterSign": "electron-builder-notarize",
"asarUnpack": "**/*.node",
"mac": {
"category": "database",
@@ -41,7 +40,8 @@
"x64",
"arm64"
]
}
},
"notarize": true
},
"linux": {
"target": [
@@ -130,7 +130,6 @@
"copyfiles": "^2.2.0",
"cross-env": "^6.0.3",
"electron": "30.0.2",
"electron-builder": "23.1.0",
"electron-builder-notarize": "^1.5.2"
"electron-builder": "23.1.0"
}
}