chore: 更新版本号至1.0.22并添加应用图标

This commit is contained in:
dmy
2026-03-05 12:19:11 +08:00
parent 8f67a3dd0a
commit 7c2728c004
3 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ gui: build
uv run python update_version.py
cd webui && npm run build
cd ..
uv run pyinstaller webview_app.py -n LighteningGUI --noconsole --add-data "webui/dist;webui/dist" -y
uv run pyinstaller webview_app.py -n LighteningGUI --noconsole --add-data "webui/dist;webui/dist" -y --icon lightening.ico
console: dist build
uv run python update_version.py