update
parent
0a0fb61f2c
commit
0df4a38cff
|
@ -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.2409140-1"
|
version="1.06.2409140-2"
|
||||||
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"
|
||||||
|
@ -91,6 +91,7 @@ MimeType=x-scheme-handler/wechatide
|
||||||
|
|
||||||
echo "文件复制完成, 手动修改启动脚本的root_dir定义为以下内容..."
|
echo "文件复制完成, 手动修改启动脚本的root_dir定义为以下内容..."
|
||||||
echo "root_dir=\"/usr/share/wechat-devtools\""
|
echo "root_dir=\"/usr/share/wechat-devtools\""
|
||||||
|
echo "修改好之后, 执行 \"./package.sh pack\" 完成打包"
|
||||||
|
|
||||||
elif [ "$1" == "pack" ]; then
|
elif [ "$1" == "pack" ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue