No description
Find a file
2024-12-19 08:07:32 +08:00
launcher 使用pip-tools安装mower-ng的依赖 2024-12-19 08:07:32 +08:00
ui 使用pip-tools安装mower-ng的依赖 2024-12-19 08:07:32 +08:00
.gitignore 新增功能:初始化时下载python和git 2024-12-12 07:46:08 +08:00
launcher.py 发布包从tar修改为7z,自更新适配新发包方式 2024-12-14 22:14:10 +08:00
README.md 使用pip-tools管理python依赖 2024-12-15 23:23:13 +08:00
requirements.in 使用pip-tools安装mower-ng的依赖 2024-12-19 08:07:32 +08:00
requirements.txt 使用pip-tools安装mower-ng的依赖 2024-12-19 08:07:32 +08:00

mower-ng 启动器

开发环境

安装 pip-tools

pip install pip-tools

安装依赖

pip-sync requirements.txt

打包

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

pyinstaller -w --add-data "ui/dist:ui/dist" --add-data "launcher/sys_config/config_dist.json:launcher/sys_config" launcher.py

在dist文件夹生成launcher文件夹

cd dist
py7zr c launcher.7z launcher