Scoop and choco

- Scoop and choco readme install
- updated release doc steps to match
- Better choco meta data
This commit is contained in:
Zarg 2025-01-16 05:47:39 +01:00
parent 30c4bd619b
commit df47b48ff7
4 changed files with 32 additions and 5 deletions

View file

@ -62,9 +62,21 @@
2. 💼 **Portable Version**
- **Install using the** `Archive`. Download `stremio-5.0.0-x64.7z` or `stremio-5.0.0-x86.7z` extract it and run `stremio.exe`
3. 🥄 **Scoop.sh**
- Coming Soon!
```shell
# Install
scoop bucket add zarg https://github.com/zaarrg/scoop
scoop install stremio-desktop-v5
# Update
scoop update stremio-desktop-v5
```
4. 🍫 **Chocolatey**
- Coming Soon!
```shell
# Install
choco install stremio-desktop-v5 -y
# Update
choco upgrade stremio-desktop-v5 -y
```
> **⏳ Note:** If you have stremio-desktop v4.x.x installed make sure to uninstall it first. Otherwise there might be issues.

View file

@ -21,4 +21,18 @@ node build_checksums.js "C:\Program Files\OpenSSL-Win64\bin" "5.0.0-beta.8" "5.0
6. Make new release with the Git tag used when running ``build_checksums.js``
> **⏳Note:** Alternatively u can separate the version bump commit. Instead:
> Commit - Release - Build Checksums - Commit Built Checksums
> Commit - Release - Build Checksums - Commit Built Checksums
## Chocolatey
1. ``cd utils/chocolatey``
2. Run and bump version in ``.nuspec`` and in `choco push`:
```shell
choco pack stremio.nuspec
choco push stremio-desktop-v5.5.0.8.nupkg --source https://push.chocolatey.org/ --api-key {api-key}
```
## Scoop
1. Run ``build-checksums.js``
2. Commit updated ``scoop.json``
3. Sync scoop bucket ``node sync.js`` in ``scoop`` repo

Binary file not shown.

View file

@ -4,9 +4,10 @@
<id>stremio-desktop-v5</id>
<version>5.0.8</version>
<title>Stremio Desktop v5</title>
<authors>Zaarrg</authors>
<owners>Zaarrg</owners>
<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>