summarylogtreecommitdiffstats
path: root/lvce.sh
diff options
context:
space:
mode:
authorzxp198210052023-12-25 18:56:27 +0800
committerzxp198210052023-12-25 18:56:27 +0800
commita1ba659dd258ddcba666ae961206c3f201cfa5b1 (patch)
treef3dac27d62f951e61a65dbc10cec82348f0a5416 /lvce.sh
parent2f2dd7ef98d8ad683f44b96ce338db352f1f8737 (diff)
downloadaur-a1ba659dd258ddcba666ae961206c3f201cfa5b1.tar.gz
update to 0.21.6
Diffstat (limited to 'lvce.sh')
-rw-r--r--lvce.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lvce.sh b/lvce.sh
index 98f84b151b4f..c77c53567639 100644
--- a/lvce.sh
+++ b/lvce.sh
@@ -9,7 +9,9 @@ export NODE_ENV=production
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
cd "${_APPDIR}"
exec electron@electronversion@ "${_ASAR}" "$@"
+ exit
else
cd "${_APPDIR}"
exec electron@electronversion@ "${_ASAR}" --no-sandbox "$@"
+ exit
fi \ No newline at end of file