Skip to content

Commit

Permalink
fmk - mod to makeZIP for creating the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 9, 2024
1 parent 5ff8166 commit db58964
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion makeZIP.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ rmdir /s /q .\applications\createEVENT\windTunnelExperiment




REM ## zip it up with 7zip

set sevenzip_path="C:\Program Files\7-Zip\7z.exe"
cd ..
if exist .\PBE_Windows_Download.zip (
del .\PBE_Windows_Download.zip
echo File deleted.
)
%sevenzip_path% a -tzip .\PBE_Windows_Download.zip .\PBE_Windows_Download


0 comments on commit db58964

Please sign in to comment.