From 2e6b08fd271e4a4b3bea264d1a6a06e6d1dd2835 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:50:19 -0400 Subject: [PATCH] Rearrange runners list --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 3cf4bc2..6433cd6 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -185,9 +185,9 @@ runners_dir_flatpak="$lutris_flatpak_dir/data/lutris/runners/wine" # The second is expected to contain the api releases url # ie. "RawFox" "https://api.github.com/repos/rawfoxDE/raw-wine/releases" runner_sources=( + "Kron4ek" "https://api.github.com/repos/Kron4ek/Wine-Builds/releases" "GloriousEggroll" "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases" "RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases" - "Kron4ek" "https://api.github.com/repos/Kron4ek/Wine-Builds/releases" ) ######## DXVK ##############################################################