No description
Find a file
2024-12-02 22:34:54 +08:00
launcher 参考mower的conf配置 2024-12-02 22:34:54 +08:00
ui 参考mower的conf配置 2024-12-02 22:34:54 +08:00
.gitignore 参考mower的conf配置 2024-12-02 22:34:54 +08:00
launcher.py 参考mower的conf配置 2024-12-02 22:34:54 +08:00
log.py 添加阿里镜像,修复依赖增加删除python/Scripts,fast/slow->测试版/稳定版 2024-11-28 15:34:49 +08:00
README.md 修改打包方式为onedir,自更新适配新打包方式 2024-12-01 19:56:55 +08:00

mower-ng 启动器

开发环境

目前只有 pywebview 一个依赖。

打包

前端运行 npm run build 生成 ui/dist,之后安装 PyInstaller,运行

pyinstaller -w  --add-data ui/dist:ui/dist launcher.py

在dist文件夹生成launcher文件夹,切到dist文件夹下运行

tar -cf launcher.tar launcher