summarylogtreecommitdiffstats
path: root/lvce.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lvce.sh')
-rw-r--r--lvce.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lvce.sh b/lvce.sh
index 29b3f557c4eb..3e69127d9a88 100644
--- a/lvce.sh
+++ b/lvce.sh
@@ -1,9 +1,9 @@
#!/bin/bash
_ELECTRON=/usr/bin/electron28
-APPDIR="/usr/lib/lvce"
+_APPDIR="/usr/lib/lvce"
export PATH="${APPDIR}:${PATH}"
#export LD_LIBRARY_PATH="${APPDIR}/lib:${LD_LIBRARY_PATH}"
-_ASAR="${APPDIR}/app"
+_ASAR="${_APPDIR}/app"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else