Skip to content

Commit

Permalink
update: devtools to v1.06.2409140
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Oct 26, 2024
1 parent a33d79f commit 817c74e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md → CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion conf/devtools_v
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.06.2407120,940ccd1dc14790d6a4a3430a2ff01ba0
1.06.2409140,e953b10499fec8dac213092b0d809841
2 changes: 1 addition & 1 deletion docker/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tools/update-wechat-devtools-bash

This file was deleted.

File renamed without changes.

0 comments on commit 817c74e

Please sign in to comment.