stremio-community-v5/utils/chocolatey/stremio.nuspec
Zarg df47b48ff7 Scoop and choco
- Scoop and choco readme install
- updated release doc steps to match
- Better choco meta data
2025-01-16 05:47:39 +01:00

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>