summarylogtreecommitdiffstats
path: root/lvce.sh
diff options
context:
space:
mode:
authorzxp198210052023-11-24 10:43:24 +0800
committerzxp198210052023-11-24 10:43:24 +0800
commit7eeb082657e2f964bcb654fcae2de6d0731e752b (patch)
treedc926620051a596b3936448e9553a98e9d54d9be /lvce.sh
parent78b731735f68faf5456d0324c3807c6d5cc91f92 (diff)
downloadaur-7eeb082657e2f964bcb654fcae2de6d0731e752b.tar.gz
update to 0.20.9
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