no message

This commit is contained in:
kuaifan 2025-03-19 15:17:06 +08:00
parent 8d24be914d
commit e0be6e429e
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ exports.default = async function notarizing(context) {
}
return await notarize({
tool: "notarytool",
appBundleId: config.build.appId,
appPath: `${appOutDir}/${appName}.app`,
appleId: APPLEID,

View File

@ -32,7 +32,7 @@
"@electron-forge/maker-squirrel": "^7.7.0",
"@electron-forge/maker-zip": "^7.7.0",
"dotenv": "^16.4.5",
"electron": "^34.3.0",
"electron": "^35.0.2",
"electron-builder": "^25.1.8",
"electron-notarize": "^1.2.2",
"form-data": "^4.0.1",