From a4ab23146f20490fc37a164e63121b0f8ad440a4 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:18:09 -0800 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 0f87c8e..88909db 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1410,7 +1410,7 @@ if [[ $options == *"Epic Games"* ]]; then # Run the MSI file using Proton with the /passive option echo "Running MSI file using Proton with the /passive option" - "$STEAM_RUNTIME" "$proton_dir/proton" run MsiExec.exe /i "$msi_file" /qn + "$STEAM_RUNTIME" "$proton_dir/proton" run MsiExec.exe /i "$msi_file" -opengl /qn fi # TODO: capture PID of each `wait` process to make sure it's not an infinite loop