34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: OBSProject.OBSStudio
 | |
| PackageVersion: 26.1.1
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| Dependencies:
 | |
|   PackageDependencies:
 | |
|     - PackageIdentifier: Microsoft.VC++2015-2019Redist-x64
 | |
|       MinimumVersion: 14.28.29913.0
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| InstallerSwitches:
 | |
|   InstallLocation: /D=<INSTALLPATH>
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: nullsoft
 | |
|     InstallerUrl: https://cdn-fastly.obsproject.com/downloads/OBS-Studio-26.1.1-Full-Installer-x64.exe
 | |
|     InstallerSha256: 1D33C67D5D967D90F34D5AC70AB89B80D6E51A0569013FFBE01DA4467218A3A2
 | |
|     #ProductCode: 
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x86
 | |
|     InstallerType: nullsoft
 | |
|     InstallerUrl: https://cdn-fastly.obsproject.com/downloads/OBS-Studio-26.1.1-Full-Installer-x86.exe
 | |
|     InstallerSha256: EFCA7990643EB750E0F737CB1E4B88A89C3CABE332F932461174677951F16102
 | |
|     #ProductCode: 
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |