From c4f095bce2d3879ca04d7cedd98fd930ec8b5687 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:14:30 -0500 Subject: [PATCH] Export wineserver binary as well for winetricks --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index 84d52e8..42abeab 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2842,6 +2842,7 @@ install_game_wine() { # Create the new prefix and install powershell export WINE="$wine_path/wine" + export WINESERVER="$wine_path/wineserver" export WINEPREFIX="$install_dir" debug_print continue "Preparing the wine prefix. Please wait; this will take a moment..." "$winetricks_bin" -q arial tahoma dxvk powershell win11 >"$tmp_install_log" 2>&1