fix(service-party-app): 修复 electron-builder files 配置

- 将 electron/**/* 改为 dist-electron/**/* (编译后的文件)
- 添加 proto/**/* (gRPC proto 文件)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-28 07:35:26 -08:00
parent 7cec5b2b4c
commit e43500fc3f
1 changed files with 3 additions and 2 deletions

View File

@ -54,8 +54,9 @@
},
"files": [
"dist/**/*",
"electron/**/*",
"wasm/**/*"
"dist-electron/**/*",
"wasm/**/*",
"proto/**/*"
],
"win": {
"target": [