Skip to content
Merged
Changes from 1 commit
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
47 changes: 47 additions & 0 deletions bucket/rclone-ui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"version": "2.6.1",
"description": "GUI for rclone & S3",
"homepage": "https://github.com/rclone-ui/rclone-ui",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v2.6.1/Rclone.UI_x64.exe",
"hash": "5d3e7918847ca072e3309ee8d77f5f7f7d22e92c5d72dc44d390c43497631314"
},
"arm64": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v2.6.1/Rclone.UI_arm64.exe",
"hash": "ad481aa5531bf78b0a379947feb662c27c52ad55a1a9c368e9cc5606e22f0bd4"
}
},
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "Uninstall.exe",
"args": "/S"
},
"bin": [
["Rclone UI.exe", "rclone-ui"]
],
"shortcuts": [
["Rclone UI.exe", "Rclone UI"]
],
"notes": [
"Requires Microsoft Edge WebView2 Runtime (preinstalled on Windows 11 and most Windows 10).",
"If missing, install the Evergreen Runtime from Microsoft."
],
"checkver": { "github": "rclone-ui/rclone-ui" },
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v$version/Rclone.UI_x64.exe"
},
"arm64": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v$version/Rclone.UI_arm64.exe"
}
}
}
}
Loading