From ef5870bf7a4b99405a38e49d059eb746ac4e879e Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:46:48 -0400 Subject: [PATCH] Disable dxwebsetup and dotnet in winedlloverrides --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 2a83c05..f1af2dc 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2664,7 +2664,7 @@ install_game_wine() { export WINE="$wine_path/wine" export WINESERVER="$wine_path/wineserver" export WINEPREFIX="$install_dir" - export WINEDLLOVERRIDES="winemenubuilder.exe=d" # Stop wine from creating its own .desktop entries + export WINEDLLOVERRIDES="dxwebsetup.exe,dotNetFx45_Full_setup.exe,winemenubuilder.exe=d" # Show a zenity pulsating progress bar and get its process ID to kill when we're done while true; do