When copying bundle the symbol links should be kept.
authorCheng Zhao <zcbenz@gmail.com>
Mon, 13 May 2013 07:27:49 +0000 (15:27 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 13 May 2013 07:27:49 +0000 (15:27 +0800)
script/create-dist

index 74d5635..9a9a5a5 100755 (executable)
@@ -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():