chore: 统一Server文件名与产品名为OGame-Vue-Ts

CI构建流程中Server产物文件名统一为OGame-Vue-Ts前缀,package.json中productName同步改为OGame-Vue-Ts,保持产品命名一致性,便于识别与管理。
This commit is contained in:
谦君
2025-12-24 03:36:19 +08:00
parent 8c799dc3bf
commit 06b878a731
2 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"build": {
"appId": "games.wenzi.ogame",
"productName": "OGame",
"productName": "OGame-Vue-Ts",
"directories": {
"output": "pkg"
},