Extras/bucket/reaper.json
2026-07-18 20:34:53 +00:00

48 lines
1.5 KiB
JSON

{
"version": "7.78",
"description": "Digital Audio Workstation",
"homepage": "https://www.reaper.fm",
"license": {
"identifier": "Proprietary",
"url": "https://www.reaper.fm/dist-agreement.php"
},
"notes": "The portable version of Reaper does not include ReWire.",
"architecture": {
"64bit": {
"url": "https://www.reaper.fm/files/7.x/reaper778_x64-install.exe#/dl.7z",
"hash": "e7ad77bdd572c35d205034f871181c7b4d9a4110798131b60acd54cd44453947"
},
"32bit": {
"url": "https://www.reaper.fm/files/7.x/reaper778-install.exe#/dl.7z",
"hash": "c0f777d420fa4e0b460352b78fa6910815df21d4e4769d4846565364be18281c"
}
},
"bin": "reaper.exe",
"shortcuts": [
[
"reaper.exe",
"Reaper"
]
],
"installer": {
"script": [
"Rename-Item \"$dir\\`$INSTDIR`$_8_\" 'InstallData'",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -Force"
]
},
"checkver": {
"url": "https://www.reaper.fm/download.php",
"regex": "Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.reaper.fm/files/$majorVersion.x/reaper$cleanVersion_x64-install.exe#/dl.7z"
},
"32bit": {
"url": "https://www.reaper.fm/files/$majorVersion.x/reaper$cleanVersion-install.exe#/dl.7z"
}
}
}
}