Introduce Beyond Compare Windows package metadata and scripts for winget. Adds input manifest (ee/maintained-apps/inputs/winget/beyond-compare.json) plus install and uninstall PowerShell scripts that handle Inno Setup silent install flags and registry-based uninstaller discovery. Updates outputs: registers the app in ee/maintained-apps/outputs/apps.json and adds a versioned output file with installer URL, sha256, and script refs (ee/maintained-apps/outputs/beyond-compare/windows.json).
14 lines
522 B
JSON
14 lines
522 B
JSON
{
|
|
"name": "Beyond Compare",
|
|
"slug": "beyond-compare/windows",
|
|
"package_identifier": "ScooterSoftware.BeyondCompare.5",
|
|
"unique_identifier": "Beyond Compare",
|
|
"fuzzy_match_name": true,
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/beyond_compare_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/beyond_compare_uninstall.ps1",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Developer tools"]
|
|
}
|