add mqttx

This commit is contained in:
wcbing 2025-09-24 19:39:00 +08:00
parent a2375a8caf
commit 1788b6c7a1
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,7 @@
| [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | | | [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | |
| [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | | | [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | |
| [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 | ✅ | ✅ |
#### Gitee #### Gitee

View File

@ -131,5 +131,12 @@
"file_list": { "file_list": {
"amd64": "tiny-rdm_{version}_linux_amd64_webkit2_41.deb" "amd64": "tiny-rdm_{version}_linux_amd64_webkit2_41.deb"
} }
},
"mqttx": {
"repo": "emqx/MQTTX",
"filelist": {
"amd64": "MQTTX_{version}_amd64.deb",
"arm64": "MQTTX_{version}_arm64.deb"
}
} }
} }