Skip to content

Commit

Permalink
update to 0.8d
Browse files Browse the repository at this point in the history
  • Loading branch information
testpushpleaseignore committed Nov 14, 2021
1 parent ce3c73b commit c08a170
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
& 'C:\Qt\QtIFW-4.2.0\bin\binarycreator.exe' -c .\config\config.xml -p .\packages Acquisition_Install.exe
2 changes: 1 addition & 1 deletion src/version_defines.h
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit c08a170

Please sign in to comment.