From abef968fdee97f656313eba80a93bcbc2135ddd9 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Wed, 7 May 2025 12:03:58 +0300 Subject: [PATCH] updated GOG installer --- data_from_portwine/scripts/pw_autoinstall/PW_GOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/pw_autoinstall/PW_GOG b/data_from_portwine/scripts/pw_autoinstall/PW_GOG index cbf4b29e..6d845eb5 100755 --- a/data_from_portwine/scripts/pw_autoinstall/PW_GOG +++ b/data_from_portwine/scripts/pw_autoinstall/PW_GOG @@ -19,7 +19,7 @@ export PORTWINE_CREATE_SHORTCUT_NAME="GOG GALAXY" start_portwine -if try_download "https://content-system.gog.com/open_link/download?path=/open/galaxy/client/${GOG_VER}/setup_galaxy_${GOG_VER}.exe" "${PW_AUTOINSTALL_EXE}" no_mirror +if try_download "https://content-system.gog.com/open_link/download?path=/open/galaxy/client/setup_galaxy_${GOG_VER}.exe" "${PW_AUTOINSTALL_EXE}" no_mirror then pw_start_progress_bar_install_game "GOG Galaxy." pw_run "${PW_AUTOINSTALL_EXE}"