diff --git a/bin/wechat-devtools-cli b/bin/wechat-devtools-cli index 2034d9c..6629772 100755 --- a/bin/wechat-devtools-cli +++ b/bin/wechat-devtools-cli @@ -15,7 +15,7 @@ export APPDATA="$root_dir/nwjs" export PATH="$root_dir/node/bin:$root_dir/nwjs:$PATH" node $root_dir/package.nw/js/common/cli/index.js "$@" -if [ ! -z "$APPIMAGE"];then +if [ ! -z "$APPIMAGE" ];then # AppImage在程序退出后会删除相关程序文件,导致无法启动 tail -f /etc/issue fi \ No newline at end of file diff --git a/changelog.md b/changelog.md index 553a295..a7aeefb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.06.2310080-2 / 2024-01-02 + +- fix: AppImage的cli使用会闪退 + # 1.06.2310080-1 / 2023-12-30 - fix: AppImage的cli使用会闪退