Update GOG Galaxy installer URL and function call

This commit is contained in:
Roy
2026-06-24 05:28:18 -07:00
committed by GitHub
parent e706fe477e
commit 5a13056409
+3 -3
View File
@@ -1383,8 +1383,8 @@ msi_file=${logged_in_home}/Downloads/NonSteamLaunchersInstallation/EpicGamesLaun
# Set the URL to download the second file from
#exe_url=https://content-system.gog.com/open_link/download?path=/open/galaxy/client/2.0.74.352/setup_galaxy_2.0.74.352.exe
exe_url=https://webinstallers.gog-statics.com/download/GOG_Galaxy_2.0.exe
exe_url=https://content-system.gog.com/open_link/download?path=/open/galaxy/client/2.0.74.352/setup_galaxy_2.0.74.352.exe
#exe_url=https://webinstallers.gog-statics.com/download/GOG_Galaxy_2.0.exe
# Set the path to save the second file to
exe_file=${logged_in_home}/Downloads/NonSteamLaunchersInstallation/setup_galaxy_2.0.74.352.exe
@@ -3147,7 +3147,7 @@ function install_launcher {
if [ "$run_in_background" = true ]; then
if [ "$launcher_name" = "GOG Galaxy" ]; then
"$STEAM_RUNTIME" "$proton_dir/proton" run "$exe_file" /silent &
install_gog
install_gog2
elif [ "$launcher_name" = "Battle.net" ]; then