26 lines
		
	
	
		
			924 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			924 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: TimKosse.FileZillaClient
 | |
| PackageVersion: 3.54.1
 | |
| MinimumOSVersion: 10.0.0.0
 | |
| InstallModes:
 | |
|   - interactive
 | |
|   - silent
 | |
|   - silentWithProgress
 | |
| Installers:
 | |
|   - Architecture: x64
 | |
|     InstallerType: nullsoft
 | |
|     InstallerUrl: https://download.filezilla-project.org/client/FileZilla_3.54.1_win64-setup.exe
 | |
|     InstallerSha256: 59c52b2393d0945366ba8541d8d7bbf3bee017cf76ed59f41dbaed5c6e5568f1
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
|   - Architecture: x86
 | |
|     InstallerType: nullsoft
 | |
|     InstallerUrl: https://download.filezilla-project.org/client/FileZilla_3.54.1_win32-setup.exe
 | |
|     InstallerSha256: ef80f1c54c2f307f0135ce4af8a181bf80ff4ffead7d651afd4adb725714f4a1
 | |
|     Scope: machine
 | |
|     InstallerLocale: en-US
 | |
|     UpgradeBehavior: install
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 |