add motrix

This commit is contained in:
wcbing 2024-10-23 19:23:54 +08:00
parent 16e8af3a40
commit 80fa45140b
2 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,7 @@ echo "deb [signed-by=/etc/apt/keyrings/wcbing.gpg] https://packages.wcbing.top/d
|Pandoc|pandoc|[Github Releases](https://github.com/jgm/pandoc/releases)|
|TinyGo|tinygo|[Github Releases](https://github.com/tinygo-org/tinygo/releases)|
|LocalSend|localsend|[Github Releases](https://github.com/localsend/localsend/releases)|
|Motrix|motrix|[Github Releases](https://github.com/agalwood/Motrix/releases)|
### 合并自官方 repo

View File

@ -58,5 +58,10 @@
"name": "localsend",
"repo": "localsend/localsend",
"x64_deb_name": "{version_tag}/LocalSend-{stripped_version}-linux-x86-64.deb"
},
{
"name": "motrix",
"repo": "agalwood/Motrix",
"x64_deb_name": "{version_tag}/Motrix_{stripped_version}_amd64.deb"
}
]