update: readme & deb

This commit is contained in:
msojocs 2022-04-12 12:53:43 +08:00
parent 54c15a1a9e
commit 1a6fb9e611
2 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,8 @@
[![Node.js CI](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml/badge.svg)](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml) [![Node.js CI](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml/badge.svg)](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml)
[![wechat-tools](https://img.shields.io/badge/wechat--devtools-1.05.2203070-yellow)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html) [![wechat-tools](https://img.shields.io/badge/wechat--devtools-1.05.2203070-yellow)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
[![nwjs](https://img.shields.io/badge/nwjs-0.53.1-green)](https://nwjs.io/downloads/) [![nwjs](https://img.shields.io/badge/nwjs-0.55.0-green)](https://nwjs.io/downloads/)
[![node](https://img.shields.io/badge/node-16.1.0-orange)](https://nodejs.org/en/) [![node](https://img.shields.io/badge/node-16.4.2-orange)](https://nodejs.org/en/)
[![node](https://img.shields.io/badge/aur-1.05.2203070-blue)](https://aur.archlinux.org/packages/wechat-devtools) [![node](https://img.shields.io/badge/aur-1.05.2203070-blue)](https://aur.archlinux.org/packages/wechat-devtools)
这是微信开发者工具 Linux版 这是微信开发者工具 Linux版
@ -152,3 +152,4 @@ git clone https://github.com/msojocs/wechat-devtools-linux.git
3. . 3. .
4. IvesSSa 4. IvesSSa
5. icepie 5. icepie
6. zyk-miao

View File

@ -98,5 +98,5 @@ if [[ $NO_WINE != 'true' ]];then
echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control" echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control"
fi fi
debuild --no-tgz-check -i -I -b -us -uc debuild --no-tgz-check
mv $tmp_dir/*.deb $tmp_dir/build mv $tmp_dir/*.deb $tmp_dir/build