mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
This pull request adds support for the Cyberduck application on Windows to the maintained apps system. The changes introduce Cyberduck's metadata, installation details, and scripts for managing the app lifecycle. **Addition of Cyberduck for Windows:** * Added a new input manifest for Cyberduck in `winget/cyberduck.json`, specifying package identifiers, installer details, and default categories. * Created an output manifest `cyberduck/windows.json` with version info, install/uninstall scripts, installer URL, SHA256 hash, and upgrade code for reliable management. * Updated `apps.json` to include Cyberduck as a supported Windows app, with platform, identifier, and description.
10 lines
266 B
JSON
10 lines
266 B
JSON
{
|
|
"name": "Cyberduck",
|
|
"slug": "cyberduck/windows",
|
|
"package_identifier": "Iterate.Cyberduck",
|
|
"unique_identifier": "Cyberduck",
|
|
"installer_arch": "x64",
|
|
"installer_type": "msi",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"]
|
|
}
|