From 086f5bd599ccbb305e83b5c6aae9a562dba67196 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 16 Apr 2022 23:22:55 +0530 Subject: Changed license filename and the new license-holders --- 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 6a4116495..eaef75e19 100644 --- a/build-helpers/notarize.js +++ b/build-helpers/notarize.js @@ -10,7 +10,7 @@ exports.default = async function notarizing(context) { const { notarize } = require('electron-notarize'); await notarize({ - appBundleId: 'com.kytwb.ferdium', + appBundleId: 'org.ferdium.ferdium-app', appPath: `${appOutDir}/${appName}.app`, ascProvider: 'B6J9X9DWFL', appleId: process.env.APPLEID, -- cgit v1.2.3-54-g00ecf