aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-06-22 00:44:46 +0100
committerLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-22 01:03:23 +0100
commitc228e71ce8fc1486e057880737e1e86b0490b19a (patch)
tree74a12df2ebbce7edd7137db1f48391074ce91aaa /build-helpers
parentChange 'Most Popular' list in Services to 'Ferdium Picks' (#332) (diff)
downloadferdium-app-c228e71ce8fc1486e057880737e1e86b0490b19a.tar.gz
ferdium-app-c228e71ce8fc1486e057880737e1e86b0490b19a.tar.zst
ferdium-app-c228e71ce8fc1486e057880737e1e86b0490b19a.zip
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 });