Skip to content

Commit

Permalink
change:readme 自助升级应该是update_package.nw
Browse files Browse the repository at this point in the history
  • Loading branch information
炒饭 committed Jul 25, 2017
1 parent f959fd0 commit 4b4b9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/wxdt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ elif [ $want = "install" ]; then
echo "安装完成"
elif [ $want = "debug" ]; then
port=9222
`./nw --remote-debugging-port=$port`
echo "remote-debugging-port:$port"
`./nw --remote-debugging-port=$port`
elif [ $want = "uninstall" ]; then
bash "$root_dir/bin/uninstall.sh"
echo "卸载完成,请在退出开发者工具后手动删除此项目目录"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git pull origin
1. 执行脚本会自动下载安装最新开发者工具(window x64)

```console
./bin/replace_package_nw.sh
./bin/update_package_nw.sh
```

2. 安装过程中确认安装到`$HOME/.wine/drive_c/Program Files (x86)/Tencent/微信web开发者工具`路径下
Expand Down

0 comments on commit 4b4b9dd

Please sign in to comment.