Files
Allen Houchins 0611cdbdf8 Add TablePlus as a Windows FMA (#47025)
Add TablePlus Windows packaging: input manifest, PowerShell
install/uninstall scripts, and outputs. The install script runs the Inno
Setup installer silently with /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
/ALLUSERS; the uninstall script locates the Inno Setup uninstaller via
registry and runs it with silent args. apps.json was updated to include
TablePlus and a new outputs/tableplus/windows.json was added with
version 7.1.2, installer URL, sha256, and script references.
2026-06-06 23:15:40 -05:00

14 lines
493 B
JSON

{
"name": "TablePlus",
"slug": "tableplus/windows",
"package_identifier": "TablePlus.TablePlus",
"unique_identifier": "TablePlus",
"fuzzy_match_name": "TablePlus%",
"installer_arch": "x64",
"installer_type": "exe",
"installer_scope": "machine",
"default_categories": ["Developer tools"],
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/tableplus_install.ps1",
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/tableplus_uninstall.ps1"
}