chore: 更新版本号至1.0.22并添加应用图标
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user