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

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
```
## 打新包

View File

@@ -111,6 +111,9 @@ npm run build:windows
npm run build:linux
```
// Package all your projects in one click
chmod +x build.sh && ./build.sh
## New pack
1. Modify the `tauri.conf.json` in the `src-tauri` directory to include 4 fields `url, productName, icon, identifier`, icon can be selected from the `icons` directory or downloaded from [macOSicons](https://macosicons.com/#/) to match the product.