From 31f5fb9a5c31e369a691680ef6a1013a62443f21 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Fri, 1 Mar 2024 11:29:44 +0100 Subject: [PATCH 1/3] logs --- apps/remixdesktop/notarize.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/remixdesktop/notarize.js b/apps/remixdesktop/notarize.js index 473c9b76fd..f92fbd1560 100644 --- a/apps/remixdesktop/notarize.js +++ b/apps/remixdesktop/notarize.js @@ -14,6 +14,14 @@ exports.default = async function notarizing(context) { console.log(appName); + console.log({ + appBundleId: 'org.ethereum.remix-ide', // Your app's bundle ID + appPath: `${appOutDir}/${appName}.app`, // Path to your .app + appleId: process.env.APPLE_ID, // Your Apple ID + appleIdPassword: process.env.APPLE_ID_PASSWORD, // App-specific password + teamId: process.env.APPLE_TEAM_ID, // Your Apple Developer team ID (optional) + }) + const r = await notarize({ appBundleId: 'org.ethereum.remix-ide', // Your app's bundle ID appPath: `${appOutDir}/${appName}.app`, // Path to your .app From c0347a3b65005c609e61ae6a2339c93293539282 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Fri, 1 Mar 2024 11:31:16 +0100 Subject: [PATCH 2/3] debug --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index aef26bcecc..6c2518c115 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -296,6 +296,7 @@ jobs: # use USE_HARD_LINK=false https://github.com/electron-userland/electron-builder/issues/3179 - run: command: | + export DEBUG=electron-notarize* nvm use 20.0.0 mkdir apps/remixdesktop/build cp -r dist/apps/remix-ide apps/remixdesktop/build From be13efdfe52d8c540b84c4df0ac382c21bfff633 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Fri, 1 Mar 2024 13:27:33 +0100 Subject: [PATCH 3/3] zip it --- apps/remixdesktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remixdesktop/package.json b/apps/remixdesktop/package.json index bfe525bd12..3903b59486 100644 --- a/apps/remixdesktop/package.json +++ b/apps/remixdesktop/package.json @@ -84,7 +84,7 @@ "category": "public.app-category.productivity", "target": [ { - "target": "dmg", + "target": "zip", "arch": [ "x64", "arm64"