forked from Plemya-x/alr-repo
		
	vesktop-bin 1.5.1-4
This commit is contained in:
		| @@ -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="Евгений Храмов <xpamych@yandex.ru>" | ||||
|   | ||||
| @@ -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