* Add JDownloader 2.0 * Update JDownloader manifest to multi file format Co-authored-by: chausner <chausner@users.noreply.github.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			656 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			656 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: AppWork.JDownloader
 | |
| PackageVersion: "2.0"
 | |
| InstallerType: exe
 | |
| InstallerSwitches:
 | |
|   Silent: -q
 | |
|   SilentWithProgress: -q
 | |
| Installers:
 | |
|   - Architecture: x86
 | |
|     InstallerUrl: http://installer.jdownloader.org/ic/JD2SilentSetup_x86.exe
 | |
|     InstallerSha256: 3E2767491D8CB69FB1D9DEF6904A34B75F977919BB588AF37DBB50C2CF60BC32
 | |
|   - Architecture: x64
 | |
|     InstallerUrl: http://installer.jdownloader.org/ic/JD2SilentSetup_x64.exe
 | |
|     InstallerSha256: D5EC2F7413F5494F829DC126A6076BB9E8765DB4F5B0D64545649DE67017DF9B
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0 |