From 642d9c3504f801d494ea0206c35145dece619026 Mon Sep 17 00:00:00 2001 From: msojocs Date: Thu, 27 Jan 2022 10:39:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E8=AF=95=E5=99=A8=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/wechat-devtools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wechat-devtools b/bin/wechat-devtools index 2c417c1..10eb426 100755 --- a/bin/wechat-devtools +++ b/bin/wechat-devtools @@ -16,4 +16,4 @@ USERDATADIR="$( echo ~ )/.config/wechat_devtools" # "$@"参数 LANG=zh_CN.UTF-8 -exec "$root_dir/nwjs/nw" $root_dir/package.nw $EXTENSION1 $INSPECTOR1 "$@" \ No newline at end of file +exec "$root_dir/nwjs/nw" $root_dir/package.nw $EXTENSION2 $INSPECTOR1 "$@" \ No newline at end of file