Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

完善部分文档 #1219

Merged
merged 3 commits into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update
  • Loading branch information
xunyi0 committed May 11, 2020
commit d1fee3d83a9669b02a5616a58043fd75da695741
4 changes: 3 additions & 1 deletion en/publish/publish-wechatgame.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ In addition, the game submission, review and release process of the **WeChat Min

1. Download WeChat DevTools on [WeChat Official Document](https://developers.weixin.qq.com/miniprogram/en/dev/devtools/download.html)

2. Set the WeChat DevTools path in **Cocos Creator (Mac) / File (Windows) -> Settings -> [Native Develop](../getting-started/basics/editor-panels/preferences.md#native-develop)**
2. Set the WeChat DevTools path in [Native Develop](../getting-started/basics/editor-panels/preferences.md#native-develop) window.<br>
> Mac: Cocos Creator -> Preferences -> Native Develop<br>
> Windows: File -> Settings -> Native Develop

![](./publish-wechatgame/preference.JPG)

Expand Down
2 changes: 1 addition & 1 deletion en/publish/setup-native-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Please install the following running environment:

- In Mac, the installation of [Xcode](https://developer.apple.com/xcode/download/) and command line tool is needed.

## Configure Native Develop environments path
## Configure Native Develop Environments Path

Next, let's go back to Cocos Creator to configure the environmental path of the native platform. Choose `CocosCreator -> Settings` in the main menu, and open the Settings window:

Expand Down
4 changes: 3 additions & 1 deletion zh/publish/publish-wechatgame.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

1. 在 [微信官方文档](https://mp.weixin.qq.com/debug/wxagame/dev/devtools/download.html) 下载微信开发者工具

2. 在编辑器菜单栏的 **Cocos Creator(Mac)/ 文件(Windows)-> 偏好设置(Mac)/设置(Windows)-> [原生开发环境](../getting-started/basics/editor-panels/preferences.md#%E5%8E%9F%E7%94%9F%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83)** 中设置微信开发者工具路径
2. 在编辑器菜单栏的 [原生开发环境](../getting-started/basics/editor-panels/preferences.md#%E5%8E%9F%E7%94%9F%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83) 中设置微信开发者工具路径。<br>
> Mac:Cocos Creator -> 偏好设置 -> 原生开发环境<br>
> Windows:文件 -> 设置 -> 原生开发环境

![](./publish-wechatgame/preference.JPG)

Expand Down