summarylogtreecommitdiffstats
path: root/siyuan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'siyuan.sh')
-rw-r--r--siyuan.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/siyuan.sh b/siyuan.sh
index 2ec4412e5c4f..fbb4545c01c1 100644
--- a/siyuan.sh
+++ b/siyuan.sh
@@ -1,10 +1,11 @@
#!/bin/bash
set -e
_APPDIR="/usr/lib/@appname@"
+_ASAR="${_APPDIR}/@appasar@"
export PATH="${_APPDIR}:${PATH}"
-export ELECTRON_IS_DEV=0
export LD_LIBRARY_PATH="${_APPDIR}/swiftshader:${_APPDIR}/lib:${LD_LIBRARY_PATH}"
-_ASAR="${_APPDIR}/@appasar@"
+export ELECTRON_IS_DEV=0
+export NODE_ENV=production
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
cd "${_APPDIR}"
exec electron@electronversion@ "${_ASAR}" "$@"