This commit is contained in:
Roy 2024-05-17 01:05:18 -07:00 committed by GitHub
parent 16f3b633fb
commit b49b2db665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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