Skip to content

Commit

Permalink
fixed ea app quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Jun 11, 2024
1 parent c2928c6 commit 9727154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,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" "/quiet" &
"$STEAM_RUNTIME" "$proton_dir/proton" run "$eaapp_file" /quiet &
end=$((SECONDS+60))
while true; do
if pgrep -f "EADesktop.exe" > /dev/null; then
Expand Down

0 comments on commit 9727154

Please sign in to comment.