30 lines
		
	
	
		
			984 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			984 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: PostgreSQL.pgAdmin
 | |
| PackageVersion: 4.26.0.0
 | |
| InstallModes:
 | |
|   - "interactive"
 | |
|   - "silent"
 | |
|   - "silentWithProgress"
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.26/windows/pgadmin4-4.26-x64.exe
 | |
|   InstallerSha256: 61D8BBDD413B2BCA4F25F8AC30B74B177E75BF109DF2210D8E269BF10B8D52A8
 | |
|   Scope: machine
 | |
|   InstallerType: exe
 | |
|   InstallerSwitches:
 | |
|     Custom: ""
 | |
|     Silent: /verysilent
 | |
|     SilentWithProgress: /verysilent
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.26/windows/pgadmin4-4.26-x86.exe
 | |
|   InstallerSha256: 578900C62CAA2D86F8F583B46D88E9AE2959E5BF2808C0E6E2600F931BD2A006
 | |
|   Scope: machine
 | |
|   InstallerType: exe
 | |
|   InstallerSwitches:
 | |
|     Custom: ""
 | |
|     Silent: /verysilent
 | |
|     SilentWithProgress: /verysilent
 | |
| UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |