update wechat-devtool
parent
3e65087e78
commit
ec33856386
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
app_name="wechat-devtools"
|
app_name="wechat-devtools"
|
||||||
tmp_dir="/tmp/${app_name}_tmp"
|
tmp_dir="/tmp/${app_name}_tmp"
|
||||||
version="1.06.2402040-1"
|
version="1.06.2405020-1"
|
||||||
release="v${version}"
|
release="v${version}"
|
||||||
|
|
||||||
deb_url="https://github.com/msojocs/wechat-web-devtools-linux/releases/download/${release}/io.github.msojocs.wechat-devtools-linux_${version}_amd64.deb"
|
deb_url="https://github.com/msojocs/wechat-web-devtools-linux/releases/download/${release}/io.github.msojocs.wechat-devtools-linux_${version}_amd64.deb"
|
||||||
|
@ -89,7 +89,8 @@ MimeType=x-scheme-handler/wechatide
|
||||||
|
|
||||||
""" > ./unpack/usr/share/applications/wechat-devtools.desktop
|
""" > ./unpack/usr/share/applications/wechat-devtools.desktop
|
||||||
|
|
||||||
echo "文件复制完成, 手动修改启动脚本..."
|
echo "文件复制完成, 手动修改启动脚本的root_dir定义为以下内容..."
|
||||||
|
echo "root_dir=\"/usr/lib/wechat-devtools\""
|
||||||
|
|
||||||
elif [ "$1" == "pack" ]; then
|
elif [ "$1" == "pack" ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue