mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-01-11 20:10:31 +00:00
802 B
802 B
Releasing New Version
🚀 Quick Overview
- Bump version in
cmakelists - 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.1" "5.0.0" v4.20.8
⏳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