aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /build-helpers
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
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 f2c160e80..6a4116495 100644
--- a/build-helpers/notarize.js
+++ b/build-helpers/notarize.js
@@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
10 const { notarize } = require('electron-notarize'); 10 const { notarize } = require('electron-notarize');
11 11
12 await notarize({ 12 await notarize({
13 appBundleId: 'com.kytwb.ferdi', 13 appBundleId: 'com.kytwb.ferdium',
14 appPath: `${appOutDir}/${appName}.app`, 14 appPath: `${appOutDir}/${appName}.app`,
15 ascProvider: 'B6J9X9DWFL', 15 ascProvider: 'B6J9X9DWFL',
16 appleId: process.env.APPLEID, 16 appleId: process.env.APPLEID,