diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index aff2a91..e66a2a2 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1251,7 +1251,7 @@ if [[ $options == *"EA App"* ]]; then # Run the EA App file using Proton with the /passive option echo "Running EA App file using Proton with the /passive option" - "$STEAM_RUNTIME" "$proton_dir/proton" run "$eaapp_file" "/uninstall" "/quiet" & + "$STEAM_RUNTIME" "$proton_dir/proton" run "$eaapp_file" "/quiet" & while true; do if pgrep -f "EADesktop.exe" > /dev/null; then