Skip to content
Open
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
41 changes: 41 additions & 0 deletions bucket/uniclipboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "0.16.0",
"description": "Encrypted peer-to-peer clipboard sync between your devices",
"homepage": "https://uniclipboard.app",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/UniClipboard/UniClipboard/releases/download/v0.16.0/UniClipboard_0.16.0_x64-portable.zip",
"hash": "5a87576265caa1b7541344e76253b889ee166a09326bd154711c5af8716e954c"
},
"arm64": {
"url": "https://github.com/UniClipboard/UniClipboard/releases/download/v0.16.0/UniClipboard_0.16.0_arm64-portable.zip",
"hash": "7715861bff5ab8f63dc0759f481748d46f8898f2c576c2684d87c2200390d359"
}
},
"bin": "UniClipboard.exe",
"shortcuts": [
[
"UniClipboard.exe",
"UniClipboard"
]
],
"persist": "data",
"notes": [
"UniClipboard runs in portable mode here: your encrypted data lives in the persisted 'data' folder next to the executable and is kept across updates.",
"Requires the Microsoft Edge WebView2 Runtime (preinstalled on current Windows 10/11)."
],
"checkver": {
"github": "https://github.com/UniClipboard/UniClipboard"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/UniClipboard/UniClipboard/releases/download/v$version/UniClipboard_$version_x64-portable.zip"
},
"arm64": {
"url": "https://github.com/UniClipboard/UniClipboard/releases/download/v$version/UniClipboard_$version_arm64-portable.zip"
}
}
}
}
Loading