summarylogtreecommitdiffstats
path: root/easyconnect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'easyconnect.sh')
-rw-r--r--easyconnect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/easyconnect.sh b/easyconnect.sh
index dc8830196f9e..6bbba417226b 100644
--- a/easyconnect.sh
+++ b/easyconnect.sh
@@ -5,6 +5,7 @@ _RUNNAME="${_APPDIR}/@runname@"
export PATH="${_APPDIR}:${PATH}"
export LD_LIBRARY_PATH="${_APPDIR}/lib:${_APPDIR}/resources/lib64:${LD_LIBRARY_PATH}"
export ELECTRON_IS_DEV=0
+export ELECTRON_FORCE_IS_PACKAGED=true
export NODE_ENV=production
cd "${_APPDIR}"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then