23 lines
		
	
	
		
			691 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			691 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: TechPowerUp.GPU-Z
 | |
| PackageVersion: 2.39.0
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x86
 | |
|     InstallerType: exe
 | |
|     InstallerUrl: https://us2-dl.techpowerup.com/files/GPU-Z.2.39.0.exe
 | |
|     InstallerSha256: 088BCACBEA892B7B4A00CDB08504D2DBEF8329B3B1E42B1F9C51E12E89F947A0
 | |
|     InstallerSwitches:
 | |
|       Silent: /installSilent
 | |
|       SilentWithProgress: /installSilent
 | |
| #    ProductCode: 
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |