fleet/ee/maintained-apps/inputs/winget/inkscape.json
Allen Houchins b195f4003c
Add Inkscape as a Windows FMA (#37386)
This pull request adds support for managing the Inkscape application on
Windows. It introduces new configuration files and updates existing
outputs to include Inkscape as a managed app, complete with installation
and uninstallation scripts.

**Addition of Inkscape for Windows:**

* Added a new input configuration for Inkscape in `winget`, specifying
installer details and default categories in `inkscape.json`.
* Created a new output file `inkscape/windows.json` with version
information, download URL, SHA256 hash, install/uninstall scripts, and
upgrade code for Inkscape 1.4.2.

**Updates to application listings:**

* Updated `apps.json` to include Inkscape for Windows as a managed app,
with its platform, slug, unique identifier, and description.
2025-12-16 21:39:05 -06:00

10 lines
263 B
JSON

{
"name": "Inkscape",
"slug": "inkscape/windows",
"package_identifier": "Inkscape.Inkscape",
"unique_identifier": "Inkscape",
"installer_arch": "x64",
"installer_type": "msi",
"installer_scope": "machine",
"default_categories": ["Productivity"]
}