mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
When copying bundle the symbol links should be kept.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user