发布包从tar修改为7z,自更新适配新发包方式

This commit is contained in:
li-xiaochen 2024-12-14 22:14:10 +08:00
parent 94009c8136
commit 04218f40f7
7 changed files with 42 additions and 18 deletions

View file

@ -15,5 +15,6 @@ pyinstaller -w --add-data "ui/dist:ui/dist" --add-data "launcher/sys_config/conf
在dist文件夹生成launcher文件夹
```bash
tar -cf dist/launcher.tar dist/launcher
cd dist
py7zr c launcher.7z launcher
```