30 lines
		
	
	
		
			952 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			952 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: SublimeHQ.SublimeText.3
 | |
| PackageVersion: 3.2.2
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| FileExtensions:
 | |
|   - txt
 | |
|   - cfg
 | |
|   - inf
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://download.sublimetext.com/Sublime%20Text%20Build%203211%20x64%20Setup.exe
 | |
|     InstallerSha256: 17A659D3B09299481C7DF52DAF5FE3B8930A157B6139EBE5A1D8BDC0C2F3D7F4
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x86
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://download.sublimetext.com/Sublime%20Text%20Build%203211%20Setup.exe
 | |
|     InstallerSha256: 72350BE01792FEABF1C13F66DCA8FE57C65EE16DE90A2345D135A38C8A8A670B
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |