mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-03-12 03:49:54 +01:00
Fix the setup script for osx.
This commit is contained in:
parent
9bddc517f9
commit
8a9152c59c
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ modules
|
|||||||
*.meta
|
*.meta
|
||||||
game/.import/**
|
game/.import/**
|
||||||
.sconsign.dblite
|
.sconsign.dblite
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
.vs/*
|
.vs/*
|
||||||
.kdev4/*
|
.kdev4/*
|
||||||
|
@ -114,6 +114,9 @@ def copytree(src, dst):
|
|||||||
|
|
||||||
shutil.copytree(sp, dp)
|
shutil.copytree(sp, dp)
|
||||||
else:
|
else:
|
||||||
|
if not os.path.isdir(dst):
|
||||||
|
os.makedirs(dst)
|
||||||
|
|
||||||
shutil.copy2(sp, dp)
|
shutil.copy2(sp, dp)
|
||||||
|
|
||||||
def update_engine():
|
def update_engine():
|
||||||
|
Loading…
Reference in New Issue
Block a user