From bb904cfe61fb90c8ba9af38666d5520508385fb4 Mon Sep 17 00:00:00 2001 From: wcbing Date: Mon, 29 Sep 2025 18:30:08 +0800 Subject: [PATCH] add winboat --- README.md | 1 + data/github.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 65251a2..a9fd0c3 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ | [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | | | [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | | | [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ | +| [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | | #### Gitee diff --git a/data/github.json b/data/github.json index 5632a8b..777e8f4 100644 --- a/data/github.json +++ b/data/github.json @@ -144,5 +144,12 @@ "file_list": { "amd64": "splayer_{version}_amd64.deb" } + }, + "winboat": { + "repo": "TibixDev/winboat", + "file_list": { + "amd64": "winboat-{version}-amd64.deb", + "arm64": "winboat-{version}-arm64.deb" + } } } \ No newline at end of file