Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5321bff

Browse files
author
msojocs
committed
update:整理
1 parent 70ca41b commit 5321bff

20 files changed

+2
-579
lines changed

readme.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -88,26 +88,6 @@ git clone https://github.com/msojocs/wechat-devtools.git
8888

8989
之后即可通过点击应用图标启动微信开发者工具,也可以运行`bin/wechat-devtools`通过命令行启动
9090

91-
# 构筑方法2 (不再维护,未来将被移除)
92-
93-
1. 请先在Linux环境中自行安装`wine``wine-binfmt`
94-
2. 请到[Mewchan第三方仓库](https://github.com/wangjunjie1996/-.git)上下载最新的运行时,
95-
并配置到PATH环境变量中;
96-
3. 克隆本项目:
97-
```
98-
git clone https://github.com/msojocs/wechat-devtools.git
99-
```
100-
4. 在本地项目目录中执行如下的语句,构筑开发者工具:
101-
```
102-
./tools/setup-wechat-devtools
103-
```
104-
5. 在本地项目目录中执行如下的语句,可以安装应用图标(非必须):
105-
```
106-
./tools/install-desktop-icon
107-
```
108-
109-
之后即可通过点击应用图标启动微信开发者工具,也可以运行`bin/wechat-devtools`通过命令行启动
110-
11191
# 与其他Linux下的微信开发者工具版本区别
11292

11393
1. 支持最新版本,并个人会持续更新,确保运行和测试OK才会上传Release;

tools/fix-cli-node

100644100755
File mode changed.

tools/fix-cloudconsole

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ node "$root_dir/tools/wxvpkg/unpack" "$package_dir/core.wxvpkg" "$tmp_dir/core.w
1111

1212
# find
1313
open_find_result=$( grep -lr "this.props.onWindowOpenFail());" "$root_dir/tmp/core.wxvpkg" )
14-
token_find_result=$( grep -lr "constructor(){this._sessionToken=\"\",this._tokenMap={}}" "$root_dir/tmp/core.wxvpkg" )
14+
token_find_result=$( grep -lr "constructor(){this._sessionToken=\"\",this._tokenMap={}}" "$tmp_dir/core.wxvpkg" )
1515
echo "云开发控制台启动点: $open_find_result"
1616
echo "WebSocket token存储对象位置: $token_find_result"
1717

@@ -25,5 +25,5 @@ sed -i "s#constructor(){this._sessionToken=\"\",this._tokenMap={}}#$new_construc
2525

2626

2727
# pack 路径 到 文件
28-
node "$root_dir/tools/wxvpkg/pack" "$root_dir/tmp/core.wxvpkg" "$package_dir/core.wxvpkg"
28+
node "$root_dir/tools/wxvpkg/pack" "$tmp_dir/core.wxvpkg" "$package_dir/core.wxvpkg"
2929
rm -rf "$tmp_dir/core.wxvpkg"

tools/fix-package-name-node

100644100755
File mode changed.

tools/fix-selection-copy-node

100644100755
File mode changed.

tools/install-desktop-icon-node

100644100755
File mode changed.

tools/old/fix-cli

Lines changed: 0 additions & 17 deletions
This file was deleted.

tools/old/fix-package-name

Lines changed: 0 additions & 20 deletions
This file was deleted.

tools/old/fix-selection-copy

Lines changed: 0 additions & 17 deletions
This file was deleted.

tools/old/install-desktop-icon

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)