From 0c6efd1873802545ccb2b5e65e777b0bc25cd11f Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 30 Dec 2018 19:19:02 +0100 Subject: [PATCH] use official lib repository for building on windows --- scripts/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.py b/scripts/download.py index 1dd189d80..9a7fe70b4 100644 --- a/scripts/download.py +++ b/scripts/download.py @@ -16,7 +16,7 @@ def _downloadZip(url, filePath): os.remove(temp_filePath) def downloadAll(arch, conf, targets): - download_url = "https://github.com/Zwelf/tw-downloads/raw/master/{}.zip".format + download_url = "https://github.com/teeworlds/teeworlds-libs/archive/master.zip".format builddir = "build/" + arch + "/" + conf + "/" files = { "SDL2.dll": ("SDL2.dll" + "-" + arch, builddir),