mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
8d24be914d
commit
e0be6e429e
1
electron/notarize.js
vendored
1
electron/notarize.js
vendored
@ -12,6 +12,7 @@ exports.default = async function notarizing(context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return await notarize({
|
return await notarize({
|
||||||
|
tool: "notarytool",
|
||||||
appBundleId: config.build.appId,
|
appBundleId: config.build.appId,
|
||||||
appPath: `${appOutDir}/${appName}.app`,
|
appPath: `${appOutDir}/${appName}.app`,
|
||||||
appleId: APPLEID,
|
appleId: APPLEID,
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
"@electron-forge/maker-squirrel": "^7.7.0",
|
"@electron-forge/maker-squirrel": "^7.7.0",
|
||||||
"@electron-forge/maker-zip": "^7.7.0",
|
"@electron-forge/maker-zip": "^7.7.0",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"electron": "^34.3.0",
|
"electron": "^35.0.2",
|
||||||
"electron-builder": "^25.1.8",
|
"electron-builder": "^25.1.8",
|
||||||
"electron-notarize": "^1.2.2",
|
"electron-notarize": "^1.2.2",
|
||||||
"form-data": "^4.0.1",
|
"form-data": "^4.0.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user