diff --git a/app/renderer/js/notification/helpers.js b/app/renderer/js/notification/helpers.js index bc240c11..2ee10521 100644 --- a/app/renderer/js/notification/helpers.js +++ b/app/renderer/js/notification/helpers.js @@ -1,7 +1,7 @@ const { remote } = require('electron'); -const { - build: { appId } - } = require('../../../../package'); + +// Do not change this +const appId = 'org.zulip.zulip-electron'; function checkElements(...elements) { let status = true;