When copying bundle the symbol links should be kept.
This commit is contained in:
parent
fc4dd0aecb
commit
836f29add6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def main():
|
|||
|
||||
|
||||
def copy_binaries():
|
||||
shutil.copytree(BUNDLE_DIR, os.path.join(DIST_DIR, BUNDLE_NAME))
|
||||
shutil.copytree(BUNDLE_DIR, os.path.join(DIST_DIR, BUNDLE_NAME), symlinks=True)
|
||||
|
||||
|
||||
def create_zip():
|
||||
|
|
Loading…
Reference in a new issue