add localsend

This commit is contained in:
wcbing 2024-10-17 21:39:08 +08:00
parent 6beef8e3cd
commit 16e8af3a40
2 changed files with 7 additions and 1 deletions

View File

@ -46,7 +46,8 @@ echo "deb [signed-by=/etc/apt/keyrings/wcbing.gpg] https://packages.wcbing.top/d
|360安全浏览器|browser360-cn-stable|[官网](https://browser.360.net/gc/)| |360安全浏览器|browser360-cn-stable|[官网](https://browser.360.net/gc/)|
|Tabby|tabby-terminal|[Github Releases](https://github.com/Eugeny/tabby/releases)| |Tabby|tabby-terminal|[Github Releases](https://github.com/Eugeny/tabby/releases)|
|Pandoc|pandoc|[Github Releases](https://github.com/jgm/pandoc/releases)| |Pandoc|pandoc|[Github Releases](https://github.com/jgm/pandoc/releases)|
|TinyGo|tinygo|[Github Releases](https://github.com/tinygo-org/tinygo/releases/)| |TinyGo|tinygo|[Github Releases](https://github.com/tinygo-org/tinygo/releases)|
|LocalSend|localsend|[Github Releases](https://github.com/localsend/localsend/releases)|
### 合并自官方 repo ### 合并自官方 repo

View File

@ -53,5 +53,10 @@
"name": "chezmoi", "name": "chezmoi",
"repo": "twpayne/chezmoi", "repo": "twpayne/chezmoi",
"x64_deb_name": "{version_tag}/chezmoi_{stripped_version}_linux_amd64.deb" "x64_deb_name": "{version_tag}/chezmoi_{stripped_version}_linux_amd64.deb"
},
{
"name": "localsend",
"repo": "localsend/localsend",
"x64_deb_name": "{version_tag}/LocalSend-{stripped_version}-linux-x86-64.deb"
} }
] ]