update wechat

master
yutent 2026-02-23 14:52:28 +08:00
parent f2ff2a832e
commit ad035c84c6
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
app_name="wechat"
tmp_dir="/tmp/${app_name}_tmp"
version="4.1.0.13"
version="4.1.0.16"
release="${version}"
deb_url="https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.deb"
@ -32,8 +32,8 @@ mkdir -p "./unpack/opt/apps"
app_dir="./unpack/opt/apps"
echo "下载官方原包..."
wget $deb_url -O "${tmp_dir}/${app_name}.deb"
# cp ~/Downloads/WeChatLinux_x86_64.deb "${tmp_dir}/${app_name}.deb"
# wget $deb_url -O "${tmp_dir}/${app_name}.deb"
cp ~/Downloads/WeChatLinux_x86_64.deb "${tmp_dir}/${app_name}.deb"
echo "下载完成, 解包中..."