mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
fix: Don't import appId from package file #386.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user