From 1a6fb9e6115ae891d3dcd0cc3d2c35fc63c92ed7 Mon Sep 17 00:00:00 2001 From: msojocs Date: Tue, 12 Apr 2022 12:53:43 +0800 Subject: [PATCH] update: readme & deb --- readme.md | 5 +++-- tools/build-deepin.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index d1ece07..b152284 100644 --- a/readme.md +++ b/readme.md @@ -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) [![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/) -[![node](https://img.shields.io/badge/node-16.1.0-orange)](https://nodejs.org/en/) +[![nwjs](https://img.shields.io/badge/nwjs-0.55.0-green)](https://nwjs.io/downloads/) +[![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) 这是微信开发者工具 Linux版 @@ -152,3 +152,4 @@ git clone https://github.com/msojocs/wechat-devtools-linux.git 3. . 4. IvesSSa 5. icepie + 6. zyk-miao diff --git a/tools/build-deepin.sh b/tools/build-deepin.sh index 3e33b86..9ea44e4 100755 --- a/tools/build-deepin.sh +++ b/tools/build-deepin.sh @@ -98,5 +98,5 @@ if [[ $NO_WINE != 'true' ]];then echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control" fi -debuild --no-tgz-check -i -I -b -us -uc +debuild --no-tgz-check mv $tmp_dir/*.deb $tmp_dir/build \ No newline at end of file