mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
update unvanquished game pack repository url
This commit is contained in:
parent
33be0cb1f8
commit
ce211f0773
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class Config:
|
|||
for pak in self.setup_packs:
|
||||
pak_path = os.path.join( path, 'installs', pak )
|
||||
if pak == 'UnvanquishedPack':
|
||||
svnurl = 'https://github.com/Unvanquished/mapeditor-support/trunk/gtkradiant/'
|
||||
svnurl = 'https://github.com/Unvanquished/unvanquished-mapeditor-support.git/trunk/build/gtkradiant/'
|
||||
else:
|
||||
svnurl = 'svn://svn.icculus.org/gtkradiant-gamepacks/%s/trunk' % pak
|
||||
self.CheckoutOrUpdate( svnurl, pak_path )
|
||||
|
|
Loading…
Reference in a new issue