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.
14 lines
493 B
JSON
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"
|
|
}
|