mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Comment out process termination for EADesktop.exe
Comment out the termination of EADesktop.exe process before installing EA App.
This commit is contained in:
@@ -2662,7 +2662,7 @@ function install_amazon {
|
||||
}
|
||||
|
||||
function install_eaapp {
|
||||
terminate_processes "EADesktop.exe"
|
||||
#terminate_processes "EADesktop.exe"
|
||||
|
||||
# Additional download for EA App
|
||||
eaapp_download_dir="${logged_in_home}/.local/share/Steam/steamapps/compatdata/$appid/pfx/drive_c/users/steamuser/Downloads/"
|
||||
|
||||
Reference in New Issue
Block a user