From 1b7d18cf894da223bd78c8c47648e171240620f8 Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 28 Dec 2023 17:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0qq=E5=92=8Cwechat-devtools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linuxqq/package.sh | 6 +++--- wechat-devtools/package.sh | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/linuxqq/package.sh b/linuxqq/package.sh index 61178f5..132769a 100755 --- a/linuxqq/package.sh +++ b/linuxqq/package.sh @@ -2,9 +2,9 @@ app_name="linuxqq" tmp_dir="/tmp/${app_name}_tmp" -version="3.2.1.17816" -release="3.2.1-17816" -_hash="4cb54015" +version="3.2.3.20139" +release="3.2.3-20139" +_hash="49bba70f" deb_url="https://dldir1.qq.com/qqfile/qq/QQNT/${_hash}/linuxqq_${release}_amd64.deb" diff --git a/wechat-devtools/package.sh b/wechat-devtools/package.sh index 4b9306b..6f8a463 100755 --- a/wechat-devtools/package.sh +++ b/wechat-devtools/package.sh @@ -2,10 +2,13 @@ app_name="wechat-devtools" tmp_dir="/tmp/${app_name}_tmp" -version="1.06.2307260-2" +version="1.06.2308310-3" 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/${version}/io.github.msojocs.wechat-devtools-linux_${version}_amd64.deb" + +# 打包前, 要改启动脚本的变量声明 +# root_dir="/usr/lib/wechat-devtools" # 创建临时目录, 用于下载官方包 if [ -d $tmp_dir ]; then