mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
Squashed commit of the following:
commit e1ef2b7754aa038301c6867ab7f7b459b703dee5 Author: msojocs <jiyecafe@gmail.com> Date: Tue Apr 12 17:01:24 2022 +0800 update: deb build commit 907afc6c7d8690951fd7eefe24bfc868d63e51a8 Author: msojocs <jiyecafe@gmail.com> Date: Tue Apr 12 16:31:19 2022 +0800 add: gpg import commit 1a6fb9e6115ae891d3dcd0cc3d2c35fc63c92ed7 Author: msojocs <jiyecafe@gmail.com> Date: Tue Apr 12 12:53:43 2022 +0800 update: readme & deb
This commit is contained in:
parent
54c15a1a9e
commit
afe64f9042
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -230,8 +230,13 @@ jobs:
|
||||
echo "tag result: $tag - $name"
|
||||
echo "::set-output name=tag::$tag"
|
||||
echo "::set-output name=name::$name"
|
||||
|
||||
- name: Build Deepin Package
|
||||
# https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
|
||||
- name: Configure GPG Key
|
||||
run: |
|
||||
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
|
||||
env:
|
||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||
- name: Build Deb Package
|
||||
run: |
|
||||
sudo apt-get install -y build-essential fakeroot devscripts git git-buildpackage debhelper debmake lintian pbuilder
|
||||
export BUILD_VERSION=${{ steps.tag.outputs.tag }}
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
[](https://github.com/msojocs/wechat-devtools-linux/actions/workflows/release.yml)
|
||||
[](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
|
||||
[](https://nwjs.io/downloads/)
|
||||
[](https://nodejs.org/en/)
|
||||
[](https://nwjs.io/downloads/)
|
||||
[](https://nodejs.org/en/)
|
||||
[](https://aur.archlinux.org/packages/wechat-devtools)
|
||||
|
||||
这是微信开发者工具 Linux版
|
||||
@ -152,3 +152,5 @@ git clone https://github.com/msojocs/wechat-devtools-linux.git
|
||||
3. .
|
||||
4. IvesSSa
|
||||
5. icepie
|
||||
6. zyk-miao
|
||||
7. Starrah
|
||||
|
@ -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 -i -I
|
||||
mv $tmp_dir/*.deb $tmp_dir/build
|
Loading…
x
Reference in New Issue
Block a user