mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
updated support archives on S3
This commit is contained in:
parent
48369d78f9
commit
95186e4178
1 changed files with 1 additions and 2 deletions
|
@ -283,10 +283,9 @@ class Config:
|
||||||
if ( self.platform == 'Windows' ):
|
if ( self.platform == 'Windows' ):
|
||||||
backup_cwd = os.getcwd()
|
backup_cwd = os.getcwd()
|
||||||
for lib_archive in [
|
for lib_archive in [
|
||||||
'STLport-5.2.1-GtkRadiant.zip',
|
|
||||||
'gtk-bundle-2.24.10-GtkRadiant.zip',
|
'gtk-bundle-2.24.10-GtkRadiant.zip',
|
||||||
'gtk-bundle-2.22.1-win64-GtkRadiant.zip',
|
'gtk-bundle-2.22.1-win64-GtkRadiant.zip',
|
||||||
'jpeg-9-GtkRadiant.zip',
|
'jpeg-9-MSVC2014-GtkRadiant.zip',
|
||||||
'libxml2-2.9.2-GtkRadiant.zip',
|
'libxml2-2.9.2-GtkRadiant.zip',
|
||||||
'gtkglext-1.2.0-3-win32.zip',
|
'gtkglext-1.2.0-3-win32.zip',
|
||||||
]:
|
]:
|
||||||
|
|
Loading…
Reference in a new issue