mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Fix the setup script for osx.
This commit is contained in:
parent
9bddc517f9
commit
8a9152c59c
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,6 +7,7 @@ modules
|
||||
*.meta
|
||||
game/.import/**
|
||||
.sconsign.dblite
|
||||
.DS_Store
|
||||
|
||||
.vs/*
|
||||
.kdev4/*
|
||||
@ -20,4 +21,4 @@ game/android/build/*
|
||||
#ignore everything in the Engine Directory
|
||||
engine/*
|
||||
|
||||
*.blend1
|
||||
*.blend1
|
||||
|
@ -114,6 +114,9 @@ def copytree(src, dst):
|
||||
|
||||
shutil.copytree(sp, dp)
|
||||
else:
|
||||
if not os.path.isdir(dst):
|
||||
os.makedirs(dst)
|
||||
|
||||
shutil.copy2(sp, dp)
|
||||
|
||||
def update_engine():
|
||||
|
Loading…
Reference in New Issue
Block a user