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