From 18c3868f8997ae10c87d1bf74fc630e926162d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B8=B8=E5=90=9B?= Date: Sun, 28 Sep 2025 10:29:49 +0800 Subject: [PATCH] chore: update CocosCreator path in command line instructions --- versions/3.8/zh/editor/publish/publish-in-command-line.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/3.8/zh/editor/publish/publish-in-command-line.md b/versions/3.8/zh/editor/publish/publish-in-command-line.md index 53a4594c1..6231829fe 100644 --- a/versions/3.8/zh/editor/publish/publish-in-command-line.md +++ b/versions/3.8/zh/editor/publish/publish-in-command-line.md @@ -9,7 +9,7 @@ - Mac ```bash - /Applications/CocosCreator/Creator/3.0.0/CocosCreator.app/Contents/MacOS/CocosCreator --project projectPath --build "platform=web-desktop;debug=true" + /Applications/Cocos/Creator/3.0.0/CocosCreator.app/Contents/MacOS/CocosCreator --project projectPath --build "platform=web-desktop;debug=true" ``` - Windows @@ -96,7 +96,7 @@ Cocos Creator 3.0 各个平台的构建会作为独立的扩展嵌入到 **构 - Mac ```bash - /Applications/CocosCreator/Creator/3.0.0/CocosCreator.app/Contents/MacOS/CocosCreator --project projectPath + /Applications/Cocos/Creator/3.0.0/CocosCreator.app/Contents/MacOS/CocosCreator --project projectPath --build "stage=bundle;configPath=./bundle-build-config.json;" ```