mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 12:01:10 +00:00
fix
This commit is contained in:
parent
6b62952832
commit
a97c188cdb
1 changed files with 2 additions and 1 deletions
|
@ -269,6 +269,7 @@ class Config:
|
||||||
cmd = [ 'git', 'clone', 'git://github.com/jdolan/quake2world.git' ]
|
cmd = [ 'git', 'clone', 'git://github.com/jdolan/quake2world.git' ]
|
||||||
subprocess.check_call( cmd )
|
subprocess.check_call( cmd )
|
||||||
# squash and sync..
|
# squash and sync..
|
||||||
|
if ( os.path.exists( 'install/installs/Q2WPack' ) ):
|
||||||
shutil.rmtree( 'install/installs/Q2WPack/' )
|
shutil.rmtree( 'install/installs/Q2WPack/' )
|
||||||
shutil.copytree( 'quake2world/gtkradiant/Q2WPack/', 'install/installs/Q2WPack/' )
|
shutil.copytree( 'quake2world/gtkradiant/Q2WPack/', 'install/installs/Q2WPack/' )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue