diff --git a/vesktop-bin/lure.sh b/vesktop-bin/lure.sh index b0c0c0c..08c9457 100644 --- a/vesktop-bin/lure.sh +++ b/vesktop-bin/lure.sh @@ -1,6 +1,6 @@ name='vesktop-bin' version='1.5.1' -release='3' +release='4' desc='A cross platform electron-based desktop app aiming to give you a snappier Discord experience with Vencord pre-installed' homepage='https://github.com/Vencord/Vesktop' maintainer="Евгений Храмов " diff --git a/vesktop-bin/vesktop.sh b/vesktop-bin/vesktop.sh index 79abbf3..26e8bad 100644 --- a/vesktop-bin/vesktop.sh +++ b/vesktop-bin/vesktop.sh @@ -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 \ No newline at end of file