调整build指令

This commit is contained in:
mcallzbl 2025-07-26 17:08:54 +08:00
parent bad60de6dd
commit 510518c80a

View File

@ -17,4 +17,9 @@ module.exports = {
"!node_modules/**/*" // 排除 node_modules "!node_modules/**/*" // 排除 node_modules
], ],
asar: true, // 使用 asar 压缩 asar: true, // 使用 asar 压缩
}; };
build方式
cd .\lingtropy-client\
yarn install
yarn run build:mac