update: devtools 1.05.2204180

This commit is contained in:
msojocs 2022-04-22 19:47:57 +08:00
parent 5ff4cdc89b
commit 05d5494835
3 changed files with 11 additions and 3 deletions

View File

@ -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: 优化主题监听

View File

@ -1 +1 @@
1.05.2203070,2785d569b88d72a8e238d438d92faf44
1.05.2204180,0cd12ab05211bb88c56aa38f8de76a1a

View File

@ -1,5 +1,10 @@
#!/bin/bash
#
# 指定版本:
# 格式version=xxxx
# version: latest - 最新
# x.xx.xxxxx - 指定版本号
#
set -e # 命令出错就退出
trap 'catchError $LINENO $BASH_COMMAND' SIGHUP SIGINT SIGQUIT EXIT # 捕获错误情况