mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-11-11 03:27:48 +00:00
add Kron4ek wine runner source
This commit is contained in:
parent
de22f4015d
commit
1071b91c9e
@ -182,6 +182,7 @@ runners_dir_flatpak="$lutris_flatpak_dir/data/lutris/runners/wine"
|
|||||||
runner_sources=(
|
runner_sources=(
|
||||||
"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 ##############################################################
|
||||||
@ -1703,7 +1704,7 @@ download_select_install() {
|
|||||||
|
|
||||||
# Get the file name minus the extension
|
# Get the file name minus the extension
|
||||||
case "${download_versions[i]}" in
|
case "${download_versions[i]}" in
|
||||||
*.sha*sum | *.ini | proton*)
|
*.sha*sum | *.ini | proton* | *.txt)
|
||||||
# Ignore hashes, configs, and proton downloads
|
# Ignore hashes, configs, and proton downloads
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user