mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Adds Krita (free and open-source digital painting application) as a Fleet Maintained App for macOS and Windows. ## Changes - **macOS**: Homebrew cask `krita`, DMG installer, bundle ID `org.kde.krita` - **Windows**: WinGet `KDE.Krita`, NSIS EXE installer with custom silent install/uninstall scripts - Icon generated from KDE official icon (128x128 PNG), added to icon index - Both platforms added to `apps.json` alphabetically (after Keka, before LastPass) ## Testing - macOS ingester ran successfully: `go run cmd/maintained-apps/main.go --slug="krita/darwin" --debug` - Windows ingester ran successfully: `go run cmd/maintained-apps/main.go --slug="krita/windows" --debug` - Output files generated: `ee/maintained-apps/outputs/krita/darwin.json` and `windows.json` ## Related issue Add Krita FMA
12 lines
428 B
JSON
12 lines
428 B
JSON
{
|
|
"name": "Krita",
|
|
"slug": "krita/windows",
|
|
"package_identifier": "KDE.Krita",
|
|
"unique_identifier": "Krita_x64",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/krita_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/krita_uninstall.ps1",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"]
|
|
}
|