From 9fd3b01c098ffdd453c64724159c11a0954c3c44 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 2b414553c6b241a011d490ce599050a78a666d13 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 f29cf3e15bfca0ed81b4c1fc55087c949e0ac1ea 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"