Files
Allen Houchins 796a33babf Add WinSCP as a Windows FMA (#46311)
Add WinSCP to maintained apps: introduce winget input metadata
(winscp.json) and add installer/uninstaller PowerShell scripts
(winscp_install.ps1 uses Inno Setup silent flags; winscp_uninstall.ps1
locates UninstallString/QuietUninstallString from registry and runs it
with silent args). Update outputs: add app entry in apps.json and add
winscp/windows.json with version, installer URL, checksums and embedded
script refs. Add frontend icon component and image, and register the
icon in the icons index.
2026-05-27 21:54:31 -05:00

14 lines
461 B
JSON

{
"name": "WinSCP",
"slug": "winscp/windows",
"package_identifier": "WinSCP.WinSCP",
"unique_identifier": "WinSCP",
"fuzzy_match_name": true,
"installer_arch": "x86",
"installer_type": "msi",
"installer_scope": "machine",
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/winscp_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/winscp_uninstall.ps1",
"default_categories": ["Productivity"]
}