17 lines
		
	
	
		
			547 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			547 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: PostgreSQL.pgAdmin
 | |
| PackageVersion: 4.30
 | |
| InstallModes:
 | |
|   - "interactive"
 | |
|   - "silent"
 | |
|   - "silentWithProgress"
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.30/windows/pgadmin4-4.30-x64.exe
 | |
|   InstallerSha256: 4248ffac1564685c7460fec88d5fa8e8473401e648b56b7bd293f654304fae77
 | |
|   Scope: machine
 | |
|   InstallerType: inno
 | |
| UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |