fleet/ee/maintained-apps/inputs/winget/sourcetree.json
Allen Houchins 437d3f7cb6
Add Sourcetree as a Windows FMA (#37594)
This pull request adds support for the Windows version of Sourcetree
Enterprise to the maintained apps catalog. The changes introduce
metadata, installation, and uninstallation details for this app,
ensuring it can be managed and deployed via Fleet.

**Addition of Sourcetree Enterprise (Windows):**

* Added a new input definition for Sourcetree Enterprise in
`winget/sourcetree.json`, specifying package identifiers and installer
details.
* Updated `apps.json` to include Sourcetree Enterprise for the Windows
platform, with appropriate metadata and description.
* Created a new output file `sourcetree/windows.json` with version info,
install/uninstall PowerShell scripts, installer URL, SHA256 hash, and
upgrade code for proper management.
2025-12-20 22:42:48 -06:00

11 lines
378 B
JSON

{
"name": "Sourcetree",
"slug": "sourcetree/windows",
"package_identifier": "Atlassian.Sourcetree",
"unique_identifier": "Sourcetree Enterprise",
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/sourcetree_install.ps1",
"installer_arch": "x64",
"installer_type": "msi",
"installer_scope": "machine",
"default_categories": ["Developer tools"]
}