From 1071b91c9eefc227ade6da9b422b000af951d01b Mon Sep 17 00:00:00 2001 From: mactan Date: Mon, 15 Apr 2024 17:34:45 -0500 Subject: [PATCH] add Kron4ek wine runner source --- lug-helper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 02214df..ad4599b 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -182,6 +182,7 @@ runners_dir_flatpak="$lutris_flatpak_dir/data/lutris/runners/wine" runner_sources=( "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 ############################################################## @@ -1703,7 +1704,7 @@ download_select_install() { # Get the file name minus the extension case "${download_versions[i]}" in - *.sha*sum | *.ini | proton*) + *.sha*sum | *.ini | proton* | *.txt) # Ignore hashes, configs, and proton downloads continue ;;