Add Logi Options+ Windows package manifest and scripts. Creates a winget input manifest (logi-options+.json), silent install and uninstall PowerShell scripts, and a new outputs file for the app version with installer URL, SHA256 and script refs. Also updates ee/maintained-apps/outputs/apps.json to include the Windows entry. Installer script handles the analytics opt-out and treats exit code 0 or -1978335226 as success; uninstall script locates the app via registry (QuietUninstallString/UninstallString) and ensures a /quiet uninstall.
13 lines
483 B
JSON
13 lines
483 B
JSON
{
|
|
"name": "Logi Options+",
|
|
"slug": "logi-options+/windows",
|
|
"package_identifier": "Logitech.OptionsPlus",
|
|
"unique_identifier": "Logi Options+",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/logi_options_plus_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/logi_options_plus_uninstall.ps1",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Productivity"]
|
|
}
|