From 6783995463351bf62b7d1cdcc4ef0ce247fea4a5 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:41:24 -0400 Subject: [PATCH] Install dxvk as well --- lug-helper.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index baf1989..e9b3332 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2501,9 +2501,13 @@ install_game_wine() { fi # Run the installer - debug_print continue "Preparing the wine prefix and launching the RSI Installer..." - WINEPREFIX="$install_dir" winecfg -v win10 2>/tmp/sc-install.log && + debug_print continue "Preparing the wine prefix..." + WINEPREFIX="$install_dir" winecfg -v win11 2>/tmp/sc-install.log && + debug_print continue "Installing dxvk..." + WINEPREFIX="$install_dir" winetricks dxvk 2>>/tmp/sc-install.log + debug_print continue "Installing powershell..." WINEPREFIX="$install_dir" winetricks powershell 2>>/tmp/sc-install.log + debug_print continue "Launching the RSI Installer..." WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer" 2>>/tmp/sc-install.log if [ "$?" -eq 1 ]; then