Rearrange runners list

This commit is contained in:
the-sane 2024-08-21 14:50:19 -04:00
parent a27a90dea5
commit 2e6b08fd27

View File

@ -185,9 +185,9 @@ runners_dir_flatpak="$lutris_flatpak_dir/data/lutris/runners/wine"
# The second is expected to contain the api releases url # The second is expected to contain the api releases url
# ie. "RawFox" "https://api.github.com/repos/rawfoxDE/raw-wine/releases" # ie. "RawFox" "https://api.github.com/repos/rawfoxDE/raw-wine/releases"
runner_sources=( runner_sources=(
"Kron4ek" "https://api.github.com/repos/Kron4ek/Wine-Builds/releases"
"GloriousEggroll" "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases" "GloriousEggroll" "https://api.github.com/repos/GloriousEggroll/wine-ge-custom/releases"
"RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases" "RawFox" "https://api.github.com/repos/starcitizen-lug/raw-wine/releases"
"Kron4ek" "https://api.github.com/repos/Kron4ek/Wine-Builds/releases"
) )
######## DXVK ############################################################## ######## DXVK ##############################################################