mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-01-11 20:10:31 +00:00
Scoop and choco
- Scoop and choco readme install - updated release doc steps to match - Better choco meta data
This commit is contained in:
parent
30c4bd619b
commit
df47b48ff7
4 changed files with 32 additions and 5 deletions
16
README.md
16
README.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -22,3 +22,17 @@ node build_checksums.js "C:\Program Files\OpenSSL-Win64\bin" "5.0.0-beta.8" "5.0
|
|||
|
||||
> **⏳Note:** Alternatively u can separate the version bump commit. Instead:
|
||||
> 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
|
||||
|
|
|
|||
BIN
utils/chocolatey/stremio-desktop-v5.5.0.8.nupkg
Normal file
BIN
utils/chocolatey/stremio-desktop-v5.5.0.8.nupkg
Normal file
Binary file not shown.
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue