mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-02-22 12:47:12 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
55e40bfff8
commit
22fde21e9c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user