更新qq和wechat-devtools
parent
477115f918
commit
1b7d18cf89
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue