From 14d95b7492e79f3404e181bc404b8e0f6bd6c150 Mon Sep 17 00:00:00 2001 From: wcbing Date: Wed, 24 Sep 2025 19:39:00 +0800 Subject: [PATCH] add mqttx --- README.md | 1 + data/github.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 100b77c..65251a2 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ | [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | | | [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | | | [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | | +| [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ | #### Gitee diff --git a/data/github.json b/data/github.json index 7d40e8a..1ee2c7b 100644 --- a/data/github.json +++ b/data/github.json @@ -131,5 +131,12 @@ "file_list": { "amd64": "tiny-rdm_{version}_linux_amd64_webkit2_41.deb" } + }, + "mqttx": { + "repo": "emqx/MQTTX", + "file_list": { + "amd64": "MQTTX_{version}_amd64.deb", + "arm64": "MQTTX_{version}_arm64.deb" + } } } \ No newline at end of file