Add winget inputs, install/uninstall scripts, and outputs for PostgreSQL 15, 16 and 17. Each version includes a JSON input manifest, install/uninstall PowerShell scripts (EnterpriseDB/BitRock installer with --mode unattended and --unattendedmodeui none), and generated outputs (per-version windows.json refs and apps.json entries). Also add frontend SVG icon components and 2x PNG assets for each version to display in the UI.
13 lines
482 B
JSON
13 lines
482 B
JSON
{
|
|
"name": "PostgreSQL 16",
|
|
"slug": "postgresql-16/windows",
|
|
"package_identifier": "PostgreSQL.PostgreSQL.16",
|
|
"unique_identifier": "PostgreSQL 16",
|
|
"installer_arch": "x64",
|
|
"installer_type": "exe",
|
|
"installer_scope": "machine",
|
|
"default_categories": ["Developer tools"],
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/postgresql-16_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/postgresql-16_uninstall.ps1"
|
|
}
|