From edf0b02c15aaa84e5b11a444ab3979ac4f05bf20 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 21 Jun 2022 08:20:29 +0530 Subject: Revert "Update build process to sign mac releases" This reverts commit 7122309df14f4854e31c6b09bb915d319bcd0aaa. The build is failing: https://github.com/ferdium/ferdium-app/runs/6976999014?check_suite_focus=true#step:15:57 --- build-helpers/notarize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-helpers/notarize.js') diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js index 21b1466e7..bbd81c7b6 100644 --- a/build-helpers/notarize.js +++ b/build-helpers/notarize.js @@ -12,7 +12,7 @@ exports.default = async function notarizing(context) { await notarize({ appBundleId: 'org.ferdium.ferdium-app', appPath: `${appOutDir}/${appName}.app`, - ascProvider: '55E9FPJ93P', + ascProvider: 'B6J9X9DWFL', appleId: process.env.APPLEID, appleIdPassword: process.env.APPLEID_PASSWORD, }); -- cgit v1.2.3-54-g00ecf