From caf287d61cdccc826cbec1310daa3ed8422bc791 Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Sat, 5 Nov 2022 09:07:10 +0000 Subject: [PATCH 1/2] fix(build-macos): remove appBundleId (#780) * fix(build-macos): add team id * fix(build-macos): remove appBundleId --- notarize.js | 1 - 1 file changed, 1 deletion(-) diff --git a/notarize.js b/notarize.js index ed262ec51..aa13acf5e 100644 --- a/notarize.js +++ b/notarize.js @@ -17,7 +17,6 @@ exports.default = async function notarizing(context) { return await notarize({ tool: "notarytool", - appBundleId: "gl.vcync.modv", appPath: `${appOutDir}/${appName}.app`, appleId: process.env.APPLEID, appleIdPassword: process.env.APPLEIDPASS, From c4f4bdc888c2a2f797975519c02366ea483120a4 Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Sat, 5 Nov 2022 15:36:41 +0000 Subject: [PATCH 2/2] fix(build-macos): update electron-notarize (#782) * fix(build-macos): add team id * fix(build-macos): remove appBundleId * fix(build-macos): update electron-notarize * fix(build-macos): update electron-notarize --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c7d8ecdc..e4d9bb746 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "core-js": "^3.19.1", "electron": "^17.2.0", "electron-builder": "^22.9.1", - "electron-notarize": "^1.0.0", + "electron-notarize": "^1.2.2", "eslint": "^5.16.0", "eslint-plugin-no-for-each": "^0.1.14", "eslint-plugin-vue": "^5.2.3", diff --git a/yarn.lock b/yarn.lock index 51ba06368..652deabc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4808,10 +4808,10 @@ electron-builder@^22.9.1: update-notifier "^4.1.1" yargs "^16.0.3" -electron-notarize@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-1.0.0.tgz#bc925b1ccc3f79e58e029e8c4706572b01a9fd8f" - integrity sha512-dsib1IAquMn0onCrNMJ6gtEIZn/azG8hZMCYOuZIMVMUeRMgBYHK1s5TK9P8xAcrAjh/2aN5WYHzgVSWX314og== +electron-notarize@^1.2.3: + version "1.2.2" + resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-1.2.2.tgz#ebf2b258e8e08c1c9f8ff61dc53d5b16b439daf4" + integrity sha512-ZStVWYcWI7g87/PgjPJSIIhwQXOaw4/XeXU+pWqMMktSLHaGMLHdyPPN7Cmao7+Cr7fYufA16npdtMndYciHNw== dependencies: debug "^4.1.1" fs-extra "^9.0.1"