Skip to content
Merged
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
46 changes: 46 additions & 0 deletions bucket/rclone-ui.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": "2.6.3",
"description": "GUI for rclone & S3",
"homepage": "https://rcloneui.com",
"license": "Apache-2.0",
"notes": [
"Requires Microsoft Edge WebView2 Runtime (preinstalled on Windows 11 and most Windows 10).",
"If missing, install the Evergreen Runtime from Microsoft."
],
"architecture": {
"64bit": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v2.6.3/Rclone.UI_x64.exe#/dl.7z",
"hash": "189693012e60ed9c3f9195406c87d36d6f1d3ebcf0240a55eeb068586c29aa71"
},
"arm64": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v2.6.3/Rclone.UI_arm64.exe#/dl.7z",
"hash": "317478d56de257121e0e48ff335fc4bac5ba76768a0253869c4cd0381b8d9c54"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse",
"bin": [
[
"Rclone UI.exe",
"rclone-ui"
]
],
"shortcuts": [
[
"Rclone UI.exe",
"Rclone UI"
]
],
"checkver": {
"github": "https://github.com/rclone-ui/rclone-ui"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v$version/Rclone.UI_x64.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/rclone-ui/rclone-ui/releases/download/v$version/Rclone.UI_arm64.exe#/dl.7z"
}
}
}
}