From 510518c80a43e26a9d915441c126d0fe00ea08be Mon Sep 17 00:00:00 2001 From: mcallzbl Date: Sat, 26 Jul 2025 17:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4build=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16bb7df..46c4f8e 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,9 @@ module.exports = { "!node_modules/**/*" // 排除 node_modules ], asar: true, // 使用 asar 压缩 -}; \ No newline at end of file +}; + +build方式 +cd .\lingtropy-client\ +yarn install +yarn run build:mac \ No newline at end of file