更新说明文档

This commit is contained in:
Tlntin
2022-11-19 15:10:39 +08:00
parent ef196d4659
commit 8dbb3369e9
3 changed files with 10 additions and 0 deletions

View File

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

View File

@@ -113,6 +113,12 @@ npm run build:windows
// Pack(Linux)
npm run build:linux
// One-click packaging of all projects (Linux/Mac)
chmod +x build.sh && ./build.sh
// One-click packaging of all projects (Windows)
.\build.bat
```
// Package all your projects in one click

View File

@@ -66,3 +66,4 @@ for /f "tokens=1-3 delims=," %%i in (app.csv) do (
@echo off
)
echo "output dir is output\windows"