update: devtools to v1.06.2409140

This commit is contained in:
msojocs 2024-10-26 21:27:32 +08:00
parent a33d79f0c3
commit 817c74ea86
7 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# 1.06.2409140-1 / 2024-10-26
- update: devtools to v1.06.2409140
# 1.06.2407120-1 / 2024-09-28
- update: devtools to v1.06.2407120

View File

@ -1 +1 @@
1.06.2407120,940ccd1dc14790d6a4a3430a2ff01ba0
1.06.2409140,e953b10499fec8dac213092b0d809841

View File

@ -28,7 +28,7 @@ export HOME="/tmp/home"
mkdir -p /tmp/home
#
# exec ./tools/rebuild-node-modules 0.53.1
./tools/setup-wechat-devtools-bash
./tools/setup-wechat-devtools.sh
# chmod -R 777 tmp node nwjs package.nw
# ls -l package.nw

View File

@ -121,7 +121,7 @@ if [ $CURRENT_STEP == $INSTALL_NW_SUCCESS ];then
echo "TARGET_VERSION: $TARGET_VERSION"
if [ ! -f "$root_dir/package.nw/package.json" ];then
# 没装,直接装
node "$root_dir/tools/update-wechat-devtools-node" $TARGET_VERSION $@
node "$root_dir/tools/update-wechat-devtools.js" $TARGET_VERSION $@
step_switch $INSTALL_WECHAT_SUCCESS
else

View File

@ -1 +0,0 @@
#!/bin/bash