From 4d7a1d6e75e3660062c291588da20ed658117103 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Fri, 18 Nov 2022 22:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3,=E5=A2=9E=E5=8A=A0=E4=B8=80=E9=94=AE=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=89=80=E6=9C=89=E9=A1=B9=E7=9B=AE=E5=8A=9F=E8=83=BD?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ README_EN.md | 3 +++ 2 files changed, 6 insertions(+) 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.