mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-01-02 21:21:51 +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
|
# Run the EA App file using Proton with the /passive option
|
||||||
echo "Running 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))
|
end=$((SECONDS+60))
|
||||||
while true; do
|
while true; do
|
||||||
if pgrep -f "EADesktop.exe" > /dev/null; then
|
if pgrep -f "EADesktop.exe" > /dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user