fix: Don't import appId from package file #386.

This commit is contained in:
akashnimare
2018-01-17 01:54:20 +05:30
parent 2434f06655
commit db79284fbb

View File

@@ -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;