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