diff --git a/Software/RELEASE_VERSION b/Software/RELEASE_VERSION index 5c49ff4d..222019fc 100644 --- a/Software/RELEASE_VERSION +++ b/Software/RELEASE_VERSION @@ -1 +1 @@ -5.11.2.31 \ No newline at end of file +5.11.2.0 \ 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..33450fb9 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.0" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,31 +#define VER_FILEVERSION 5,11,2,0 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"