fleet/ee/maintained-apps/inputs/winget/vlc.json
Allen Houchins c68d8ad8c5
Fix VLC media player FMA grouping (#36950)
This pull request updates the naming conventions for the VLC app in both
input and output configuration files to ensure consistency and clarity.
The most important changes are:

Naming consistency updates:

* Changed the `name` field from "VLC" to "VLC media player" in
`ee/maintained-apps/inputs/winget/vlc.json` to better reflect the
application's full name.
* Updated the `name` field from "VLC" to "VLC media player" in
`ee/maintained-apps/outputs/apps.json` for the Windows platform entry,
ensuring the output matches the input and provides a more descriptive
app name.
2025-12-08 22:34:20 -06:00

13 lines
No EOL
365 B
JSON

{
"name": "VLC media player",
"slug": "vlc/windows",
"package_identifier": "VideoLAN.VLC",
"unique_identifier": "VLC media player",
"installer_arch": "x64",
"installer_type": "msi",
"installer_scope": "machine",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/vlc_uninstall.ps1",
"default_categories": [
"Productivity"
]
}