diff --git a/bucket/multidrive.json b/bucket/multidrive.json new file mode 100644 index 00000000000000..df7b21cd7449ed --- /dev/null +++ b/bucket/multidrive.json @@ -0,0 +1,38 @@ +{ + "version": "1.2.0", + "description": "Free disk backup, clone, and wipe utility with CLI support", + "homepage": "https://multidrive.io", + "license": "Freeware", + "architecture": { + "64bit": { + "url": "https://github.com/atola-technology/multidrive/releases/download/v1.2.0/MultiDriveSetup_1.2.exe", + "hash": "A0A54F942BAD251D05C299713D74839757C905700FFF8AE46DB5CB9F3012366C" + } + }, + "installer": { + "args": [ + "/s", + "/D=$dir" + ] + }, + "bin": [ + "MultiDrive.exe", + "mdcli.exe" + ], + "shortcuts": [ + [ + "MultiDrive.exe", + "MultiDrive" + ] + ], + "checkver": { + "github": "https://github.com/atola-technology/multidrive" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/atola-technology/multidrive/releases/download/v$version/MultiDriveSetup_$majorVersion.$minorVersion.exe" + } + } + } +}