mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-01-11 20:10:31 +00:00
- Scoop and choco readme install - updated release doc steps to match - Better choco meta data
1.2 KiB
1.2 KiB
Releasing New Version
🚀 Quick Overview
- Bump version in
cmakelistsandAPP_VERSIONinmain.cpp - Build new
runtimeandinstaller - Make sure
installeris in/utilsandserver.jsin/utils/windows - Run
build/build_checksums.jsthis will generateversion.jsonandversion-details.jsonneeded for the auto updater
node build_checksums.js <OpenSSL_Bin> <Git_Tag> <Shell_Version> <Server.js_Version>
node build_checksums.js "C:\Program Files\OpenSSL-Win64\bin" "5.0.0-beta.8" "5.0.8" v4.20.11
⏳Note: Only Windows at the moment
- Commit Changes
- 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
Chocolatey
cd utils/chocolatey- Run and bump version in
.nuspecand inchoco push:
choco pack stremio.nuspec
choco push stremio-desktop-v5.5.0.8.nupkg --source https://push.chocolatey.org/ --api-key {api-key}
Scoop
- Run
build-checksums.js - Commit updated
scoop.json - Sync scoop bucket
node sync.jsinscooprepo