From a356af1dbfa1d6f5ba06dddd4b533a42a75c3ac6 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:07:34 -0500 Subject: [PATCH] Fix typo --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 1a123d6..84d52e8 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2841,7 +2841,7 @@ install_game_wine() { debug_print continue "Installation log file created at $tmp_install_log" # Create the new prefix and install powershell - export WINE="$wine_path"/wine + export WINE="$wine_path/wine" 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