24 lines
		
	
	
		
			910 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			910 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Rustlang.rust-msvc
 | |
| PackageVersion: 1.44.0
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-x86_64-pc-windows-msvc.msi
 | |
|   InstallerSha256: 071982114F5E9A3B05D178DD7E37DBFA9C94A9A76817717FC0A5FAB6D832B73F
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{B8AF961D-EA7F-4F31-B55D-A3C823050ADC}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.44.0-i686-pc-windows-msvc.msi
 | |
|   InstallerSha256: 3D41229504E19DEFA4483799B98EB0D6F9315ACFBA3981179473A63052DA7452
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{2F0CE865-882E-4CF5-A5F7-FF2AACC783AA}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |