## Summary - Adds Zotero (reference/research management tool) as a fleet-maintained app with macOS and Windows support. - **macOS**: Uses Homebrew cask `zotero` with DMG installer format (bundle identifier: `org.zotero.zotero`). - **Windows**: Uses WinGet package `DigitalScholar.Zotero` with NSIS (exe) installer, including custom install/uninstall PowerShell scripts with `/S` silent flag. ## Files added | File | Purpose | |------|---------| | `ee/maintained-apps/inputs/homebrew/zotero.json` | macOS input manifest | | `ee/maintained-apps/inputs/winget/zotero.json` | Windows input manifest | | `ee/maintained-apps/inputs/winget/scripts/zotero_install.ps1` | Windows silent install script (NSIS /S) | | `ee/maintained-apps/inputs/winget/scripts/zotero_uninstall.ps1` | Windows silent uninstall script (NSIS /S) | ## Remaining steps (per FMA contributing guide) - [ ] Run `go run cmd/maintained-apps/main.go --slug="zotero/darwin" --debug` to generate macOS output - [ ] Run `go run cmd/maintained-apps/main.go --slug="zotero/windows" --debug` to generate Windows output - [ ] Generate and add app icon using the `tools/software/icons/` script - [ ] Add description to `outputs/apps.json` > **Note:** The WinGet package identifier for Zotero is `DigitalScholar.Zotero` (the community-maintained identifier in the winget-pkgs repository). Built for [Mitch Francese](https://fleetdm.slack.com/archives/D0AG92RJGHY/p1773163983187599?thread_ts=1773163736.129729&cid=D0AG92RJGHY) by [Kilo for Slack](https://kilo.ai/features/slack-integration) --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Mitch Francese <2227948+tux234@users.noreply.github.com>
9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"name": "Zotero",
|
|
"unique_identifier": "org.zotero.zotero",
|
|
"token": "zotero",
|
|
"installer_format": "dmg",
|
|
"slug": "zotero/darwin",
|
|
"default_categories": ["Productivity"]
|
|
}
|