summarylogtreecommitdiffstats
path: root/tjmc-launcher.sh
diff options
context:
space:
mode:
authorzxp198210052024-05-18 11:44:53 +0800
committerzxp198210052024-05-18 11:44:53 +0800
commitc8d562b69b8ba19cc6ab90944d80f5224f503c72 (patch)
tree6ce87edbb59a4ea635e90ac812ff3715773d8cb3 /tjmc-launcher.sh
parent59456a5db753a3ff62e9d44a99c8b8f9d1f630c9 (diff)
downloadaur-tjmc-launcher-bin.tar.gz
update to 0.2.10
Diffstat (limited to 'tjmc-launcher.sh')
-rw-r--r--tjmc-launcher.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tjmc-launcher.sh b/tjmc-launcher.sh
index 398398461fee..4cfe3ac09dd8 100644
--- a/tjmc-launcher.sh
+++ b/tjmc-launcher.sh
@@ -23,7 +23,7 @@ if [[ -f "${_FLAGS_FILE}" ]]; then
fi
cd "${_APPDIR}"
if [[ "${EUID}" -ne 0 ]] || [[ "${ELECTRON_RUN_AS_NODE}" ]]; then
- exec electron@electronversion@ "${_RUNNAME}" "${_OPTIONS}" "${_USER_FLAGS[@]}" "$@"
+ exec electron@electronversion@ "${_RUNNAME}" ${_OPTIONS} "${_USER_FLAGS[@]}" "$@"
else
- exec electron@electronversion@ "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "${_USER_FLAGS[@]}" "$@"
+ exec electron@electronversion@ "${_RUNNAME}" ${_OPTIONS} --no-sandbox "${_USER_FLAGS[@]}" "$@"
fi \ No newline at end of file