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