Skip to content

Commit

Permalink
fmk - adding 7zip command to makeZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 9, 2024
1 parent 485e4b1 commit 4e25cf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions makeZIP.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

REM ## make the exe .. it assumes EE-UUQ_Windows_Download exists with vcredist and openssl there



cd build
conan install .. --build missing
qmake QMAKE_CXXFLAGS+=-D_SC_RELEASE ..\EE-UQ.pro
Expand Down Expand Up @@ -66,6 +68,10 @@ rmdir /s /q .\applications\createEVENT\windTunnelExperiment



REM ## zip it up with 7zip

set sevenzip_path="C:\Program Files\7-Zip\7z.exe"
cd ..
%sevenzip_path% a -tzip .\EE-UQ_WindowsDownload.zip .\EE-UQ_Windows_Download


0 comments on commit 4e25cf8

Please sign in to comment.