mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-24 15:41:39 +00:00
Fix GDK download url
[sdl-ci-filter msvc-gdk-x64]
This commit is contained in:
@@ -34,7 +34,7 @@ class GdDesktopConfigurator:
|
||||
self._vs_toolset = vs_toolset
|
||||
|
||||
def download_archive(self) -> None:
|
||||
gdk_url = f"https://github.com/microsoft/GDK/releases/downloads/{ GIT_REF }/{ ARCHIVE_NAME }.zip"
|
||||
gdk_url = f"https://github.com/microsoft/GDK/releases/download/{ GIT_REF }/{ ARCHIVE_NAME }.zip"
|
||||
logger.info("Downloading %s to %s", gdk_url, self.dl_archive_path)
|
||||
urllib.request.urlretrieve(gdk_url, self.dl_archive_path)
|
||||
assert self.dl_archive_path.is_file()
|
||||
|
||||
Reference in New Issue
Block a user