Merge branch 'master' of github.com:app-cat/deb-packs

master
yutent 2023-05-16 11:17:32 +08:00
commit 4f0126c0a8
1 changed files with 2 additions and 4 deletions

View File

@ -27,11 +27,9 @@ mkdir $tmp_dir
echo "创建待打包目录..." echo "创建待打包目录..."
mkdir -p "./unpack/DEBIAN" mkdir -p "./unpack/DEBIAN"
mkdir -p "./unpack/usr/bin" mkdir -p "./unpack/usr/bin"
# mkdir -p "./unpack/usr/share/applications"
echo "下载官方原包..." echo "下载官方原包..."
# wget $deb_url -O "${tmp_dir}/linuxqq.deb" wget $deb_url -O "${tmp_dir}/linuxqq.deb"
cp ~/Downloads/linuxqq_3.1.1-11223_amd64.deb "${tmp_dir}/linuxqq.deb"
echo "下载完成, 解包中..." echo "下载完成, 解包中..."