mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: AppImage的cli使用会闪退 #103
This commit is contained in:
parent
57ccd51771
commit
7fa50693a7
@ -15,3 +15,7 @@ export APPDATA="$root_dir/nwjs"
|
|||||||
export PATH="$root_dir/node/bin:$root_dir/nwjs:$PATH"
|
export PATH="$root_dir/node/bin:$root_dir/nwjs:$PATH"
|
||||||
|
|
||||||
node $root_dir/package.nw/js/common/cli/index.js "$@"
|
node $root_dir/package.nw/js/common/cli/index.js "$@"
|
||||||
|
if [ ! -z "$APPIMAGE"];then
|
||||||
|
# AppImage在程序退出后会删除相关程序文件,导致无法启动
|
||||||
|
tail -f /etc/issue
|
||||||
|
fi
|
@ -1,3 +1,7 @@
|
|||||||
|
# 1.06.2308310-4 / 2023-12-
|
||||||
|
|
||||||
|
- fix: AppImage的cli使用会闪退
|
||||||
|
|
||||||
# 1.06.2308310-3 / 2023-12-24
|
# 1.06.2308310-3 / 2023-12-24
|
||||||
|
|
||||||
- update: compiler(Linux) v0.0.7
|
- update: compiler(Linux) v0.0.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user