summaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-06-21 01:17:33 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-21 06:13:57 +0530
commit7122309df14f4854e31c6b09bb915d319bcd0aaa (patch)
treee5389e9ade3b883465c4e4c3e6e7d25be108aba9 /build-helpers
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-7122309df14f4854e31c6b09bb915d319bcd0aaa.tar.gz
ferdium-app-7122309df14f4854e31c6b09bb915d319bcd0aaa.tar.zst
ferdium-app-7122309df14f4854e31c6b09bb915d319bcd0aaa.zip
Update build process to sign mac releases
Diffstat (limited to 'build-helpers')
-rw-r--r--build-helpers/notarize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js
index bbd81c7b6..21b1466e7 100644
--- a/build-helpers/notarize.js
+++ b/build-helpers/notarize.js
@@ -12,7 +12,7 @@ exports.default = async function notarizing(context) {
12 await notarize({ 12 await notarize({
13 appBundleId: 'org.ferdium.ferdium-app', 13 appBundleId: 'org.ferdium.ferdium-app',
14 appPath: `${appOutDir}/${appName}.app`, 14 appPath: `${appOutDir}/${appName}.app`,
15 ascProvider: 'B6J9X9DWFL', 15 ascProvider: '55E9FPJ93P',
16 appleId: process.env.APPLEID, 16 appleId: process.env.APPLEID,
17 appleIdPassword: process.env.APPLEID_PASSWORD, 17 appleIdPassword: process.env.APPLEID_PASSWORD,
18 }); 18 });