发布包从tar修改为7z,自更新适配新发包方式
This commit is contained in:
parent
94009c8136
commit
04218f40f7
7 changed files with 42 additions and 18 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue