summarylogtreecommitdiffstats
path: root/icalingua++.sh
diff options
context:
space:
mode:
authorzxp198210052024-01-15 11:13:22 +0800
committerzxp198210052024-01-15 11:13:22 +0800
commitacf2a28fb219292e80df7aab7398062806c8d5cb (patch)
tree68475c9ac8e8c3f01229736609e49f7108fc6b51 /icalingua++.sh
parentdfa9ef8e04dfe69a76cdd561d00901aa2c1fd725 (diff)
downloadaur-acf2a28fb219292e80df7aab7398062806c8d5cb.tar.gz
fix errors
Diffstat (limited to 'icalingua++.sh')
-rw-r--r--icalingua++.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/icalingua++.sh b/icalingua++.sh
index c77c53567639..aacd8f895847 100644
--- a/icalingua++.sh
+++ b/icalingua++.sh
@@ -6,12 +6,10 @@ export PATH="${_APPDIR}:${PATH}"
export LD_LIBRARY_PATH="${_APPDIR}/swiftshader:${_APPDIR}/lib:${LD_LIBRARY_PATH}"
export ELECTRON_IS_DEV=0
export NODE_ENV=production
+cd "${_APPDIR}"
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
+fi
+exit \ No newline at end of file