From c08a170a9874bb78a16b47d11bc7f435b5d07e75 Mon Sep 17 00:00:00 2001 From: testpushpleaseignore Date: Sun, 14 Nov 2021 15:59:12 -0600 Subject: [PATCH] update to 0.8d --- deploy.ps1 | 8 +++++--- src/version_defines.h | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/deploy.ps1 b/deploy.ps1 index fab97647..57799c77 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -7,9 +7,11 @@ New-Item -Path . -Name data -ItemType "directory" cd .\data #Get copy acquisition.exe and generate its dependencies -Copy-Item "..\..\..\..\..\build-acquisition-Desktop_x86_windows_msvc2019_pe_64bit-Release\release\acquisition.exe" -Destination ".\acquisition.exe" -& 'C:\Qt\5.15.0\msvc2019_64\bin\windeployqt.exe' ".\acquisition.exe" --release --no-compiler-runtime --dir . +Copy-Item "..\..\..\..\..\build-acquisition-Desktop_Qt_5_15_2_MSVC2019_64bit-Release\release\acquisition.exe" -Destination ".\acquisition.exe" +Copy-Item "C:\Qt\Tools\OpenSSL\Win_x64\bin\libcrypto-1_1-x64.dll" -Destination ".\libcrypto-1_1-x64.dll" +Copy-Item "C:\Qt\Tools\OpenSSL\Win_x64\bin\libssl-1_1-x64.dll" -Destination ".\libssl-1_1-x64.dll" +& 'C:\Qt\5.15.2\msvc2019_64\bin\windeployqt.exe' ".\acquisition.exe" --release --no-compiler-runtime --dir . cd ..\..\.. -& 'C:\Qt\QtIFW-3.2.2\bin\binarycreator.exe' -c .\config\config.xml -p .\packages Acquisition_Install.exe \ No newline at end of file +& 'C:\Qt\QtIFW-4.2.0\bin\binarycreator.exe' -c .\config\config.xml -p .\packages Acquisition_Install.exe \ No newline at end of file diff --git a/src/version_defines.h b/src/version_defines.h index 83c3b252..c6c7fa02 100644 --- a/src/version_defines.h +++ b/src/version_defines.h @@ -1,7 +1,7 @@ #pragma once #define VER_CODE 41 -#define VER_STR "0.8c" +#define VER_STR "0.8d" #define VER_FILEVERSION 0,8,3,0 #define VER_FILEVERSION_STR "0.8.3.0"