fixed ea app quiet

This commit is contained in:
Roy 2024-06-11 16:59:56 -07:00 committed by GitHub
parent c2928c6ea2
commit 97271540f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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