From 314c4c16c3df129ecf048f660142c8ae13947a4a Mon Sep 17 00:00:00 2001 From: lilingfengdev Date: Mon, 10 Jun 2024 20:17:53 +0800 Subject: [PATCH] fix action --- generate-bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-bundle.py b/generate-bundle.py index f31ac8c..36ddfd4 100644 --- a/generate-bundle.py +++ b/generate-bundle.py @@ -4,7 +4,7 @@ import zipfile import platform -os.system("python3 -m pip install cn_bing_translator requests pyinstaller") +os.system("python3 -m pip install cn_bing_translator requests lxml 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")