mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
This pull request adds support for the Twingate Windows application to the maintained apps system. The main changes include adding metadata and installer information for Twingate on Windows, updating the aggregated apps list, and providing install/uninstall scripts. **Addition of Twingate Windows app:** * Added a new input file `winget/twingate.json` with metadata for the Twingate Windows app, including installer details and categorization. * Created an output file `twingate/windows.json` specifying the available version, installer URL, SHA256 hash, upgrade code, and PowerShell scripts for install and uninstall operations. **Updates to app listings:** * Updated `apps.json` to include Twingate for Windows, with platform information and description.
10 lines
261 B
JSON
10 lines
261 B
JSON
{
|
|
"name": "Twingate",
|
|
"slug": "twingate/windows",
|
|
"package_identifier": "Twingate.Client",
|
|
"unique_identifier": "Twingate",
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"]
|
|
}
|