summarylogtreecommitdiffstats
path: root/escrcpy.sh
diff options
context:
space:
mode:
authorzxp198210052024-05-27 18:20:02 +0800
committerzxp198210052024-05-27 18:20:02 +0800
commitc0ce0581ebc91510950080103028ae9e9f0933d8 (patch)
treef94a30a8152d967ed3ceaf28dafa4e7c533ef3fe /escrcpy.sh
parentdef029beea012a64699374709116f7b1b803db7d (diff)
downloadaur-escrcpy-bin.tar.gz
update to 1.19.1
Diffstat (limited to 'escrcpy.sh')
-rw-r--r--escrcpy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/escrcpy.sh b/escrcpy.sh
index 398398461fee..4cfe3ac09dd8 100644
--- a/escrcpy.sh
+++ b/escrcpy.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