Skip to content

Commit

Permalink
fix: cli for Appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Jan 2, 2024
1 parent 4354a28 commit f7191c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wechat-devtools-cli
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.06.2310080-2 / 2024-01-02

- fix: AppImage的cli使用会闪退

# 1.06.2310080-1 / 2023-12-30

- fix: AppImage的cli使用会闪退
Expand Down

0 comments on commit f7191c2

Please sign in to comment.