37 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # ================== General ==================
 | |
| Id: WebTorrent.Desktop
 | |
| Publisher: WebTorrent LLC.
 | |
| Name: WebTorrent Desktop
 | |
| Author: WebTorrent LLC.
 | |
| Description: A peer-to-peer streaming torrent client written completely in JavaScript.
 | |
| AppMoniker: webtorrent
 | |
| Tags: electron, bittorent, torrent, streaming, p2p, webrtc, webtorrent
 | |
| #FileExtensions: 
 | |
| #Protocols: 
 | |
| #Commands: 
 | |
| 
 | |
| # ================== License ==================
 | |
| Homepage: https://webtorrent.io/desktop/
 | |
| License: MIT
 | |
| LicenseUrl: https://raw.githubusercontent.com/webtorrent/webtorrent-desktop/master/LICENSE
 | |
| 
 | |
| # ================= Installer =================
 | |
| MinOSVersion: 10.0.0.0
 | |
| #Channel: stable                # Channel is not supported in this preview (5/24/2020)
 | |
| Version: 0.23.0
 | |
| 
 | |
| InstallerType: exe
 | |
| Switches:
 | |
|     Custom:
 | |
|     Silent: /VERYSILENT
 | |
|     SilentWithProgress: /VERYSILENT
 | |
|     Language: en-US
 | |
| 
 | |
| Installers:
 | |
|   - Arch: x64
 | |
|     Url: https://github.com/webtorrent/webtorrent-desktop/releases/download/v0.23.0/WebTorrentSetup-v0.23.0.exe
 | |
|     Sha256: c989221c4d57cb75f9b82f2d40ef895f0db84d74b8df4a466b77dd39a118bb51
 | |
|     Scope: machine
 | |
|     
 | |
| # ManifestVersion: 0.1.0
 |