launcher/README.md
2024-09-23 21:58:47 +08:00

13 lines
237 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mower-ng 启动器
## 开发环境
目前只有 `pywebview` 一个依赖。
## 打包
前端运行 `npm run build` 生成 `ui/dist`,之后安装 PyInstaller运行
```bash
pyinstaller -w -F --add-data ui/dist:dist main.py
```