mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 23:31:52 +01:00
fixed ea app quiet
This commit is contained in:
parent
c2928c6ea2
commit
97271540f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user