mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
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.
13 lines
No EOL
365 B
JSON
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"
|
|
]
|
|
} |