Files
Allen Houchins 682ba68cde Add REAPER as a macOS FMA (#46847)
Introduce REAPER to maintained apps: add homebrew input
(com.cockos.reaper, token `reaper`, dmg installer, Productivity
category) and register it in apps.json. Add darwin output metadata
(versions/7.73) including installer URL, sha256, install/uninstall
script refs and embedded scripts for installation/uninstall behavior.
Add frontend icon component and image asset, and wire the Reaper icon
into the SOFTWARE_NAME_TO_ICON_MAP.
2026-06-04 14:07:02 -05:00

9 lines
186 B
JSON

{
"name": "REAPER",
"unique_identifier": "com.cockos.reaper",
"token": "reaper",
"installer_format": "dmg",
"slug": "reaper/darwin",
"default_categories": ["Productivity"]
}