Files
Allen Houchins 1d4650d2be Add Beekeeper Studio as a Windows FMA (#47060)
Add Winget input manifest and PowerShell install/uninstall scripts for
Beekeeper Studio, and register the app in outputs. Files added:
ee/maintained-apps/inputs/winget/beekeeper-studio.json, install and
uninstall scripts under inputs/winget/scripts, and
ee/maintained-apps/outputs/beekeeper-studio/windows.json (version 5.8.1
with installer URL and SHA256). Also update
ee/maintained-apps/outputs/apps.json to include the Windows entry.
Installer script runs the NSIS installer silently with /S and /allusers
for machine-scope installs; the uninstaller searches ARP registry
entries, parses the uninstall string, and enforces /S and /allusers to
ensure a machine-scoped uninstall.
2026-06-07 23:00:24 -05:00

13 lines
506 B
JSON

{
"name": "Beekeeper Studio",
"slug": "beekeeper-studio/windows",
"package_identifier": "beekeeper-studio.beekeeper-studio",
"unique_identifier": "Beekeeper Studio",
"installer_arch": "x64",
"installer_type": "exe",
"installer_scope": "machine",
"default_categories": ["Developer tools"],
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/beekeeper-studio_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/beekeeper-studio_uninstall.ps1"
}