diff --git a/bucket/rclone-ui.json b/bucket/rclone-ui.json new file mode 100644 index 00000000000000..0893cbf6a2c835 --- /dev/null +++ b/bucket/rclone-ui.json @@ -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" + } + } + } +}