Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Jun 15, 2024
1 parent 1b9b4c6 commit f7b77e2
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 @@ -4,7 +4,7 @@
import zipfile
import platform

os.system("python3 -m pip install cn_bing_translator requests lxml pyinstaller")
os.system("python3 -m pip install cn_bing_translator requests lxml colorama pyinstaller")
if platform.system() == 'Windows':
urllib.request.urlretrieve("https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win64.zip",
"upx.zip")
Expand Down

0 comments on commit f7b77e2

Please sign in to comment.