From a3393639a54bc403966d9d3a1cf9066b860c8883 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 29 Nov 2024 14:11:42 +0100 Subject: [PATCH] Disable velopack See https://github.com/ppy/osu/discussions/30908 --- osuboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osuboot.sh b/osuboot.sh index 3eeb1db..7362c28 100755 --- a/osuboot.sh +++ b/osuboot.sh @@ -118,7 +118,7 @@ fi echo -en "${COLOR_DEFAULT}:: Launching" if [ -z "${OSUBOOT_DRYRUN}" ]; then echo -e "${RESET}" - exec "${HOME}/.cache/osu.AppImage" + exec OSU_EXTERNAL_UPDATE_PROVIDER=1 "${HOME}/.cache/osu.AppImage" else echo -e ", ${COLOR_OTHER}skipped (dry-run)" fi