summarylogtreecommitdiffstats
path: root/lvce.sh
diff options
context:
space:
mode:
authorzxp198210052023-11-16 09:48:21 +0800
committerzxp198210052023-11-16 09:48:21 +0800
commitc291bcba8019998ffc84905acb33567ee8dd3009 (patch)
tree733092f0d1475df50e196f3bd20d9b9eb9695424 /lvce.sh
parent1743110e1b6a22cdff4e17095d4c93ef7738d707 (diff)
downloadaur-c291bcba8019998ffc84905acb33567ee8dd3009.tar.gz
update to 0.20.3
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 ce31d991f23b..29b3f557c4eb 100644
--- a/lvce.sh
+++ b/lvce.sh
@@ -1,9 +1,9 @@
#!/bin/bash
-_ELECTRON=/usr/bin/electron27
+_ELECTRON=/usr/bin/electron28
APPDIR="/usr/lib/lvce"
export PATH="${APPDIR}:${PATH}"
#export LD_LIBRARY_PATH="${APPDIR}/lib:${LD_LIBRARY_PATH}"
-_ASAR="${APPDIR}/resources/app"
+_ASAR="${APPDIR}/app"
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
exec ${_ELECTRON} ${_ASAR} "$@"
else