36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: NelsonNumericalSoftware.Nelson
 | |
| PackageVersion: 0.5.4
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| FileExtensions:
 | |
|   - nls
 | |
|   - nlf
 | |
|   - nh5
 | |
|   - mat
 | |
|   - hdf5
 | |
| Dependencies:
 | |
|   PackageDependencies:
 | |
|     - PackageIdentifier: Microsoft.VC++2015-2019Redist-x64
 | |
|       MinimumVersion: 14.28.29913.0
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://github.com/Nelson-numerical-software/nelson/releases/download/v0.5.4/Nelson-0.5.4.3160-x86-64.exe
 | |
|     InstallerSha256: 408BA5741A84A89A47257F8F573B21DC0B3B2E3CD4D431C55DEFEAC82CC80669
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x86
 | |
|     InstallerType: inno
 | |
|     InstallerUrl: https://github.com/Nelson-numerical-software/nelson/releases/download/v0.5.4/Nelson-0.5.4.3160-x86-32.exe
 | |
|     InstallerSha256: C7D97A5066360FE45242B61F20108E1DE02C7218036EE67B9C202EF0CC293382
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |