add winboat

This commit is contained in:
wcbing 2025-09-29 18:30:08 +08:00
parent 33b5e1d84f
commit 43876bf6d3
2 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,7 @@
| [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | | | [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | |
| [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ | | [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ |
| [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | | | [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | |
| [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | |
#### Gitee #### Gitee

View File

@ -144,5 +144,11 @@
"file_list": { "file_list": {
"amd64": "splayer-{version}-amd64.deb" "amd64": "splayer-{version}-amd64.deb"
} }
},
"winboat": {
"repo": "TibixDev/winboat",
"file_list": {
"amd64": "winboat-{version}-amd64.deb"
}
} }
} }