aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-05 14:31:39 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-05 14:31:39 +0530
commit79f7ace89ab706c128745a23468f7c580540db72 (patch)
treef0c1fc79d0bb6a6ec52f4eedb89ec59946b67c33 /src/index.js
parentrefactor: general code improvements (diff)
downloadferdium-app-79f7ace89ab706c128745a23468f7c580540db72.tar.gz
ferdium-app-79f7ace89ab706c128745a23468f7c580540db72.tar.zst
ferdium-app-79f7ace89ab706c128745a23468f7c580540db72.zip
revert: partially reverts the previous change to fix issue that the packaged app doesn't start up
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 7c52fa1b3..78ab9bef2 100644
--- a/src/index.js
+++ b/src/index.js
@@ -28,7 +28,7 @@ import DBus from './lib/DBus';
28import Settings from './electron/Settings'; 28import Settings from './electron/Settings';
29import handleDeepLink from './electron/deepLinking'; 29import handleDeepLink from './electron/deepLinking';
30import { isPositionValid } from './electron/windowUtils'; 30import { isPositionValid } from './electron/windowUtils';
31import { appId } from '../package.json'; 31import { appId } from './package.json'; // eslint-disable-line import/no-unresolved
32import './electron/exception'; 32import './electron/exception';
33 33
34import { asarPath } from './helpers/asar-helpers'; 34import { asarPath } from './helpers/asar-helpers';