aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 23:22:55 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 23:22:55 +0530
commit086f5bd599ccbb305e83b5c6aae9a562dba67196 (patch)
tree00bf05d77a4c306d68cf26d9789ce58c5b319578 /build-helpers
parentFix rename of files and folders from 'Ferdi' to 'Ferdium' (diff)
downloadferdium-app-086f5bd599ccbb305e83b5c6aae9a562dba67196.tar.gz
ferdium-app-086f5bd599ccbb305e83b5c6aae9a562dba67196.tar.zst
ferdium-app-086f5bd599ccbb305e83b5c6aae9a562dba67196.zip
Changed license filename and the new license-holders
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 6a4116495..eaef75e19 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.ferdium', 13 appBundleId: 'org.ferdium.ferdium-app',
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,