Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions versions/3.8/zh/editor/publish/publish-in-command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;"
```

Expand Down