mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
f3bd42717b
commit
a4ab23146f
@ -1410,7 +1410,7 @@ if [[ $options == *"Epic Games"* ]]; then
|
|||||||
|
|
||||||
# Run the MSI file using Proton with the /passive option
|
# Run the MSI file using Proton with the /passive option
|
||||||
echo "Running 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
|
fi
|
||||||
|
|
||||||
# TODO: capture PID of each `wait` process to make sure it's not an infinite loop
|
# TODO: capture PID of each `wait` process to make sure it's not an infinite loop
|
||||||
|
Loading…
Reference in New Issue
Block a user