更新说明文档,增加一键打包所有项目功能.

This commit is contained in:
Tlntin
2022-11-18 22:37:17 +08:00
parent 2a488c40bf
commit 4d7a1d6e75
2 changed files with 6 additions and 0 deletions

View File

@@ -107,6 +107,9 @@ npm run build:windows
// 打包Linux
npm run build:linux
// 一键打包所有项目Linux/Mac
chmod +x build.sh && ./build.sh
```
## 打新包