mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
update: devtools 1.05.2204180
This commit is contained in:
parent
5ff4cdc89b
commit
05d5494835
@ -1,4 +1,7 @@
|
||||
# 1.05.2203070-10 / 2022-04-
|
||||
# 1.05.2204180-1 / 2022-
|
||||
- update: devtools 1.05.2204180
|
||||
|
||||
# 1.05.2203070-10 / 2022-04-22
|
||||
- fix: 修正命令行入口
|
||||
- update: 优化主题监听
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.05.2203070,2785d569b88d72a8e238d438d92faf44
|
||||
1.05.2204180,0cd12ab05211bb88c56aa38f8de76a1a
|
@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# 指定版本:
|
||||
# 格式:version=xxxx
|
||||
# version: latest - 最新
|
||||
# x.xx.xxxxx - 指定版本号
|
||||
#
|
||||
set -e # 命令出错就退出
|
||||
trap 'catchError $LINENO $BASH_COMMAND' SIGHUP SIGINT SIGQUIT EXIT # 捕获错误情况
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user