Skip to content

Commit

Permalink
Update build_linux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
x211321 committed Jul 4, 2022
1 parent e0767f8 commit 40f5552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
shutil.copytree("../../lib/" , os.path.join(BUNDLE_DIR, "lib/"))
shutil.copytree("../../assets/" , os.path.join(BUNDLE_DIR, "assets/"))

shutil.rmtree(os.path.join(BUNDLE_DIR, "lib/__pycache__/"))

# Zip bundle
zip = ZipFile(BUNDLE_DIR + ".zip", "w")

Expand Down

0 comments on commit 40f5552

Please sign in to comment.