Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-01-30 20:18:09 -08:00 committed by GitHub
parent f3bd42717b
commit a4ab23146f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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