vesktop-bin 1.5.1-4
This commit is contained in:
@ -20,7 +20,7 @@ for line in "${MAPFILE[@]}"; do
|
||||
done
|
||||
cd "${_APPDIR}"
|
||||
if [[ $EUID -ne 0 ]] || [[ $ELECTRON_RUN_AS_NODE ]]; then
|
||||
exec electron30 "${_RUNNAME}" "${_OPTIONS}" "$@" "${flags[@]}" || exit $?
|
||||
exec electron "${_RUNNAME}" "${_OPTIONS}" "$@" "${flags[@]}" || exit $?
|
||||
else
|
||||
exec electron30 "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" "${flags[@]}" || exit $?
|
||||
exec electron "${_RUNNAME}" "${_OPTIONS}" --no-sandbox "$@" "${flags[@]}" || exit $?
|
||||
fi
|
Reference in New Issue
Block a user