diff --git a/README.md b/README.md index 2454d3b..baa53d0 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,9 @@ npm run build:windows // 打包(Linux) npm run build:linux + +// 一键打包所有项目(Linux/Mac) +chmod +x build.sh && ./build.sh ``` ## 打新包 diff --git a/README_EN.md b/README_EN.md index ae60f38..07031c9 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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.