Files
Allen Houchins 31a36578cc Add Cinc Workstation as a Windows FMA (#47000)
Introduce support for Cinc Workstation across the app catalog and UI.
Adds a winget input (ee/maintained-apps/inputs/winget/cinc.json), a new
apps catalog entry (ee/maintained-apps/outputs/apps.json), and a
Windows-specific output with versioned metadata
(ee/maintained-apps/outputs/cinc/windows.json) including installer URL,
SHA256, and install/uninstall script refs for version 23.5.1040. Also
adds a React SVG icon component, maps the app name to the icon
(frontend/pages/SoftwarePage/components/icons/*), and includes the 60x60
PNG asset for the app icon.
2026-06-06 07:31:43 -05:00

14 lines
481 B
JSON

{
"name": "Cinc Workstation",
"slug": "cinc/windows",
"package_identifier": "CINCSoftware.Workstation",
"unique_identifier": "Cinc Workstation",
"fuzzy_match_name": "Cinc Workstation v%",
"program_publisher": "Cinc Project <maintainers@cinc.sh>",
"installer_arch": "x64",
"installer_type": "msi",
"installer_scope": "machine",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/cinc_uninstall.ps1",
"default_categories": ["Developer tools"]
}