diff --git a/CMakeLists.txt b/CMakeLists.txt index ee6d833..1045290 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(stremio VERSION "5.0.18") +project(stremio VERSION "5.0.19") set(CMAKE_CXX_STANDARD 20) set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") diff --git a/build/deploy_windows.js b/build/deploy_windows.js index 02b9984..c2e339e 100644 --- a/build/deploy_windows.js +++ b/build/deploy_windows.js @@ -37,7 +37,7 @@ const DEFAULT_SETTINGS_FOLDER = path.join(SOURCE_DIR, 'utils', 'stremio'); const DEFAULT_NSIS = 'C:\\Program Files (x86)\\NSIS\\makensis.exe'; //VCPKG const VCPKG_TRIPLET = ARCH === 'x86' ? 'x86-windows-static' : 'x64-windows-static'; -const VCPKG_CMAKE = 'C:/bin/vcpkg/scripts/buildsystems/vcpkg.cmake'; +const VCPKG_CMAKE = 'G:\\Documents\\Github\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake'; // --------------------------------------------------------------------- // Main diff --git a/src/core/globals.h b/src/core/globals.h index 6f844ff..35a7515 100644 --- a/src/core/globals.h +++ b/src/core/globals.h @@ -27,7 +27,7 @@ using json = nlohmann::json; #define APP_TITLE "Stremio - Freedom to Stream" #define APP_NAME "Stremio" #define APP_CLASS L"Stremio" -#define APP_VERSION "5.0.18" +#define APP_VERSION "5.0.19" // ----------------------------------------------------------------------------- // Globals diff --git a/utils/chocolatey/stremio.nuspec b/utils/chocolatey/stremio.nuspec index 8da7b2b..b289d91 100644 --- a/utils/chocolatey/stremio.nuspec +++ b/utils/chocolatey/stremio.nuspec @@ -2,7 +2,7 @@ stremio-desktop-v5 - 5.0.18 + 5.0.19 Stremio Desktop v5 Zarg Zarg diff --git a/utils/chocolatey/tools/chocolateyinstall.ps1 b/utils/chocolatey/tools/chocolateyinstall.ps1 index 04319ad..808de89 100644 --- a/utils/chocolatey/tools/chocolateyinstall.ps1 +++ b/utils/chocolatey/tools/chocolateyinstall.ps1 @@ -11,12 +11,12 @@ $packageArgs = @{ if ([Environment]::Is64BitOperatingSystem) { - $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x64.exe' - $packageArgs['checksum'] = '9a04f81d5ef6e76207e2af1d8fa567b1f6c5edd696b8c49fb5b94261ebf04ea9' + $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.19/Stremio.5.0.19-x64.exe' + $packageArgs['checksum'] = '31204153329ac4165a58408c32a3d6216800e227c52a6a9c7eeb42ca69b585f1' $packageArgs['checksumType'] = 'sha256' } else { - $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x86.exe' - $packageArgs['checksum'] = '3633ad3eda25c26e4b213f5a93f845ed226a9fb5186df59293e8576fc2de2d32' + $packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.19/Stremio.5.0.19-x86.exe' + $packageArgs['checksum'] = '74a9ce5571aba133b8bb99c02202fd3de00bcd9e851144515d76745350219529' $packageArgs['checksumType'] = 'sha256' } diff --git a/utils/scoop/stremio-desktop-v5.json b/utils/scoop/stremio-desktop-v5.json index e1819d7..64ae37e 100644 --- a/utils/scoop/stremio-desktop-v5.json +++ b/utils/scoop/stremio-desktop-v5.json @@ -1,12 +1,12 @@ { - "version": "5.0.18", + "version": "5.0.19", "description": "Stremio Desktop v5 Community", "homepage": "https://github.com/Zaarrg/stremio-desktop-v5", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x64.exe", - "hash": "9a04f81d5ef6e76207e2af1d8fa567b1f6c5edd696b8c49fb5b94261ebf04ea9", + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.19/Stremio.5.0.19-x64.exe", + "hash": "31204153329ac4165a58408c32a3d6216800e227c52a6a9c7eeb42ca69b585f1", "installer": { "args": [ "/S" @@ -24,8 +24,8 @@ } }, "32bit": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x86.exe", - "hash": "3633ad3eda25c26e4b213f5a93f845ed226a9fb5186df59293e8576fc2de2d32", + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.19/Stremio.5.0.19-x86.exe", + "hash": "74a9ce5571aba133b8bb99c02202fd3de00bcd9e851144515d76745350219529", "installer": { "args": [ "/S" diff --git a/version/version-details.json b/version/version-details.json index f944885..6fc9b85 100644 --- a/version/version-details.json +++ b/version/version-details.json @@ -1,16 +1,16 @@ { - "shellVersion": "5.0.18", + "shellVersion": "5.0.19", "files": { "windows-x64": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x64.exe", - "checksum": "9a04f81d5ef6e76207e2af1d8fa567b1f6c5edd696b8c49fb5b94261ebf04ea9" + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.19/Stremio.5.0.19-x64.exe", + "checksum": "31204153329ac4165a58408c32a3d6216800e227c52a6a9c7eeb42ca69b585f1" }, "windows-x86": { - "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.18/Stremio.5.0.18-x86.exe", - "checksum": "3633ad3eda25c26e4b213f5a93f845ed226a9fb5186df59293e8576fc2de2d32" + "url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.19/Stremio.5.0.19-x86.exe", + "checksum": "74a9ce5571aba133b8bb99c02202fd3de00bcd9e851144515d76745350219529" }, "server.js": { - "url": "https://dl.strem.io/server/v4.20.11/desktop/server.js", + "url": "https://dl.strem.io/server/4.20.11/desktop/server.js", "checksum": "d900b0525bac3531aa6ce98e1a3c8a3b1d1b1daa069a7f6fcbddea5625f1f791" } } diff --git a/version/version.json b/version/version.json index 16e4a7b..eb5d951 100644 --- a/version/version.json +++ b/version/version.json @@ -1,5 +1,5 @@ { "upToDate": false, "versionDesc": "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version-details.json", - "signature": "lB0JmhHa6ig9Of0F/g0wQkNTRm9yAPchKHYHcwuDPS9LYI6mKIc292SkGDEV3o7fYqGz5aJKv8UN/hUwN4l6dso+/y3bL+L1GFyAwDcp8YkqncdIA9EZB/x+4X8/oTXTJjeo0pBSHmedTFhxfQcusj2rv/5bOsTkVCdxBqoPopfxOKm8Uj9icnz3eBkbY2dA3JZSYdxMRRxHuvPhSx57Cn2W7C9os0U4yAYvBJV0MV4CM/MPxnQDwflvrRYk1pvoHld2wZ/SBqelO66EegsMkt9yEth/LAOjOg8j3+/pTmc/9NS0FvLUoG7tY2jy+wZbGPGLn2S6pr1caF29F1zacQ==" + "signature": "FIhV2RGwSN9+WDGM68Nxunp/yUwf9m3lWaFbdVs7PBrTGfmkvKhYpSvRL5npm/+4CUkjko0PAuoQEWWXMtMNoCCcTqVvHEpre9vtRJPHRGfosOvgH9fWwfrQUId61J6pEFWOXNYPMhiaHMiBYPipS65fWw2MiKLj9AviXZ3q2Qv1RHQVjCCxtHi5mIFS7+m3pBtMjGI0mgrJtonHg+p2/YPKmMEG7akEIX0WcIxQeLEkvI58vs9oZvqsedOkspmZXMeB5HuTbpQK74F1ui0ed1iMgKBhWNGr2NzlCR0sp0FNxR/1u4krftupIt85DHiOS/jYSEIEvj6oovIt0e6UTw==" } \ No newline at end of file