Register TortoiseGit as a maintained app: add winget input (ee/maintained-apps/inputs/winget/tortoisegit.json), add app metadata to outputs/apps.json, and create a platform-specific output with version, installer URL, sha256, install/uninstall PowerShell scripts, and MSI upgrade code (ee/maintained-apps/outputs/tortoisegit/windows.json). Also add a frontend icon component and asset (frontend/pages/SoftwarePage/components/icons/Tortoisegit.tsx and website/assets/images/app-icon-tortoisegit-60x60@2x.png) and wire it into the icons index mapping.
12 lines
309 B
JSON
12 lines
309 B
JSON
{
|
|
"name": "TortoiseGit",
|
|
"slug": "tortoisegit/windows",
|
|
"package_identifier": "TortoiseGit.TortoiseGit",
|
|
"unique_identifier": "TortoiseGit",
|
|
"fuzzy_match_name": true,
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Developer tools"]
|
|
}
|