Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions bucket/localsend-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": "1.18.0",
"description": "A TUI implementation of LocalSend, an open-source cross-platform alternative to AirDrop.",
"homepage": "https://localsend.org/",
"license": "Apache-2.0",
"notes": [
"Run 'localsend-cli --help' to check available arguments and hotkeys,",
"Then run 'localsend-cli' directly to start the TUI.",
"you can find config.toml in $env:USERPROFILE\\.config\\localsend-cli."
],
"architecture": {
"64bit": {
"url": "https://github.com/localsend/localsend/releases/download/v1.18.0/LocalSend-CLI-1.18.0-windows-x86-64.exe#/localsend-cli.exe",
"hash": "c27709b206f8ed8c62bf18f4fb00f7644f18f220b978ac0755853e356fae8cca"
},
"arm64": {
"url": "https://github.com/localsend/localsend/releases/download/v1.18.0/LocalSend-CLI-1.18.0-windows-arm-64.exe#/localsend-cli.exe",
"hash": "3043a31c688407e56013ad02dc2a9fe019c76c7cb78a96bbed1b13c0930e8aa3"
}
},
"bin": "localsend-cli.exe",
"checkver": {
"github": "https://github.com/localsend/localsend"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/localsend/localsend/releases/download/v$version/LocalSend-CLI-$version-windows-x86-64.exe#/localsend-cli.exe"
},
"arm64": {
"url": "https://github.com/localsend/localsend/releases/download/v$version/LocalSend-CLI-$version-windows-arm-64.exe#/localsend-cli.exe"
}
}
}
}
Loading