Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Sep 20, 2024
1 parent 2ced3ac commit 368e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
else:
os.system("pip install rtoml")

os.system("python3 -m pip install pyyaml install-jdk tqdm psutil requests imageio pygithub rtoml elevate nuitka")
os.system("python3 -m pip install pyyaml install-jdk tqdm psutil requests imageio pygithub rtoml elevate nuitka ordered-set")

if os.path.exists("dist"):
shutil.rmtree("dist")
Expand Down

0 comments on commit 368e1ac

Please sign in to comment.