From d03afe770e972b4870cf8a133a1165efaba10cf1 Mon Sep 17 00:00:00 2001 From: Patrick Siegler Date: Sat, 10 Feb 2024 16:58:41 +0100 Subject: [PATCH] Dummy version bump for test build with static --- Software/RELEASE_VERSION | 2 +- Software/dist_windows/script_qt6.iss | 2 +- Software/scripts/win32/prepare_installer.sh | 1 + Software/src/version.h | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Software/RELEASE_VERSION b/Software/RELEASE_VERSION index 5c49ff4d..3c29308d 100644 --- a/Software/RELEASE_VERSION +++ b/Software/RELEASE_VERSION @@ -1 +1 @@ -5.11.2.31 \ No newline at end of file +5.11.2.30 \ No newline at end of file diff --git a/Software/dist_windows/script_qt6.iss b/Software/dist_windows/script_qt6.iss index 9cda86eb..a1324879 100644 --- a/Software/dist_windows/script_qt6.iss +++ b/Software/dist_windows/script_qt6.iss @@ -66,7 +66,7 @@ Source: "content/prismatik-unhook32.dll"; DestDir: "{app}"; MinVersion: 6.1.7600 Source: "content/UpdateElevate.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "content/platforms/*"; DestDir: "{app}\platforms"; Flags: ignoreversion Source: "content/styles/*"; DestDir: "{app}\styles"; Flags: ignoreversion -Source: "content/tls/qschannelbackend.dll"; DestDir: "{app}\styles"; Flags: ignoreversion +Source: "content/tls/qschannelbackend.dll"; DestDir: "{app}\tls"; Flags: ignoreversion Source: "content/Plugins/*"; DestDir: "{#UserSettingsDirName}\Plugins"; Flags: onlyifdoesntexist createallsubdirs recursesubdirs ; These are needed only when including the bass library for sound visualization Source: "content/bass.dll"; DestDir: "{app}"; Flags: ignoreversion diff --git a/Software/scripts/win32/prepare_installer.sh b/Software/scripts/win32/prepare_installer.sh index e2d0fe12..1cc0bfa3 100644 --- a/Software/scripts/win32/prepare_installer.sh +++ b/Software/scripts/win32/prepare_installer.sh @@ -20,3 +20,4 @@ cp bin/*.exe dist_windows/content/ cp -r bin/platforms dist_windows/content/ cp -r bin/styles dist_windows/content/ +cp -r bin/tls dist_windows/content/ diff --git a/Software/src/version.h b/Software/src/version.h index 5ddfa5cd..3b02c7d7 100644 --- a/Software/src/version.h +++ b/Software/src/version.h @@ -27,10 +27,10 @@ #pragma once // Current version of Lightpack software -#define VERSION_STR "5.11.2.31" +#define VERSION_STR "5.11.2.30" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,31 +#define VER_FILEVERSION 5,11,2,30 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"