fix: 修改 XCOpenCodeWeb.exe 路径为 services/xcopencodeweb/
- 路径从 bin/ 改为 services/xcopencodeweb/ - 更新 package.json 打包配置 - 更新 .gitignore
This commit is contained in:
@@ -122,12 +122,12 @@
|
||||
"dist-api/**/*",
|
||||
"shared/**/*",
|
||||
"tools/**/*",
|
||||
"bin/**/*",
|
||||
"services/**/*",
|
||||
"package.json"
|
||||
],
|
||||
"asarUnpack": [
|
||||
"tools/**/*",
|
||||
"bin/**/*"
|
||||
"services/**/*"
|
||||
],
|
||||
"win": {
|
||||
"target": "nsis"
|
||||
|
||||
Reference in New Issue
Block a user