From 22fde21e9c269716e2b8c687d6ef6b9d1645fe43 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:27:31 -0800 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index c6e8aba..1c23326 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1834,8 +1834,10 @@ function install_launcher { eval "$post_install_command" fi - # Wait for the installation process to complete - wait + # Wait for the installation process to complete (EXCEPT GOG) + if [ "$launcher_name" != "GOG Galaxy" ]; then + wait + fi fi }