From f2cd1c52d3a244e72bc6361586bd6ef81894e020 Mon Sep 17 00:00:00 2001 From: Harsh Date: Mon, 1 Apr 2024 17:20:38 +0530 Subject: [PATCH] set static appBundleId --- electron-app/assets/notarize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-app/assets/notarize.js b/electron-app/assets/notarize.js index 085ae046..23a4df34 100644 --- a/electron-app/assets/notarize.js +++ b/electron-app/assets/notarize.js @@ -23,7 +23,7 @@ exports.default = async function notarizeMacOS(context) { await notarize({ tool: 'notarytool', - appBundleId: build.appId, + // appBundleId: build.appId, appPath: `${appOutDir}/${appName}.app`, appleId: process.env.APPLE_ID, teamId: process.env.TEAM_ID,