39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: BraveSoftware.BraveBrowser
 | |
| PackageVersion: 1.12.107
 | |
| FileExtensions:
 | |
| - html
 | |
| - htm
 | |
| - url
 | |
| Protocols:
 | |
| - http
 | |
| - https
 | |
| Commands:
 | |
| - brave
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| InstallModes:
 | |
| - interactive
 | |
| - silent
 | |
| - silentWithProgress
 | |
| InstallerSwitches:
 | |
|   Silent: " "
 | |
|   SilentWithProgress: " "
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.12.107/BraveBrowserStandaloneSilentSetup.exe
 | |
|   InstallerSha256: 7711EE4B0E6D2CCB384C9EF2FCCAE1BAB05AFD54610F14E75D963465B8CA5F2F
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
|   UpgradeBehavior: install
 | |
| - Architecture: x86
 | |
|   InstallerType: exe
 | |
|   InstallerUrl: https://github.com/brave/brave-browser/releases/download/v1.12.107/BraveBrowserStandaloneSilentSetup32.exe
 | |
|   InstallerSha256: 9E23AD99FA026C8C1AD20C2C9ADA59116FCC6FED0F8D60E30EAA6224DE5493D3
 | |
|   Scope: machine
 | |
|   InstallerLocale: en-US
 | |
|   UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |