Add support for Logi Tune: include a Homebrew input manifest and install/uninstall scripts, add a transformer to override the installer URL to Logitech's enterprise PKG (and set SHA256 to "no_check"), and register the app in outputs. Also add darwin output refs with version, installer URL and embedded script refs, update apps.json to list Logi Tune, and add a frontend icon component + PNG asset and icon map entry. The PKG override is used because the Homebrew DMG contains a GUI-only installer without a silent mode; version is still sourced from Homebrew. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **New Features** * Added Logi Tune application support on macOS, including installation, removal, and visual identification in the software catalog. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
11 lines
384 B
JSON
11 lines
384 B
JSON
{
|
|
"name": "Logi Tune",
|
|
"unique_identifier": "com.logitech.logitune",
|
|
"token": "logitune",
|
|
"installer_format": "pkg",
|
|
"slug": "logitune/darwin",
|
|
"default_categories": ["Communication"],
|
|
"install_script_path": "ee/maintained-apps/inputs/homebrew/scripts/logitune-install.sh",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/homebrew/scripts/logitune-uninstall.sh"
|
|
}
|