add tinyrdm

This commit is contained in:
wcbing 2025-06-26 10:46:05 +08:00
parent 5e8559b1c8
commit e2828ab4fa
2 changed files with 7 additions and 0 deletions

View File

@ -70,6 +70,7 @@
| [DBeaver](https://github.com/dbeaver/dbeaver) | dbeaver-ce | ✅ | | | [DBeaver](https://github.com/dbeaver/dbeaver) | dbeaver-ce | ✅ | |
| [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 | ✅ | |
#### Gitee #### Gitee

View File

@ -125,5 +125,11 @@
"amd64": "spark-store_{releases_tag}_amd64.deb", "amd64": "spark-store_{releases_tag}_amd64.deb",
"arm64": "spark-store_{releases_tag}_arm64.deb" "arm64": "spark-store_{releases_tag}_arm64.deb"
} }
},
"tinyrdm": {
"repo": "tiny-craft/tiny-rdm",
"file_list": {
"amd64": "tiny-rdm_{version}_linux_amd64_webkit2_41.deb"
}
} }
} }