mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-13 05:21:48 +00:00
- Scoop and choco readme install - updated release doc steps to match - Better choco meta data
18 lines
No EOL
859 B
XML
18 lines
No EOL
859 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>stremio-desktop-v5</id>
|
|
<version>5.0.8</version>
|
|
<title>Stremio Desktop v5</title>
|
|
<authors>Zarg</authors>
|
|
<owners>Zarg</owners>
|
|
<projectUrl>https://github.com/Zaarrg/stremio-desktop-v5</projectUrl>
|
|
<iconUrl>https://raw.githubusercontent.com/zaarrg/stremio-desktop-v5/webview-windows/images/stremio.png</iconUrl>
|
|
<description>Stremio Desktop v5 Community app with the latest Stremio web UI v5, built with WebView2</description>
|
|
<tags>stremio video streaming media</tags>
|
|
<licenseUrl>https://github.com/Zaarrg/stremio-desktop-v5/blob/master/LICENSE</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<dependencies>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |