Skip to content

Commit

Permalink
fmk - mod to makeZIP for crating the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 9, 2024
1 parent 7bbd06d commit 2454f94
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 @@ -66,7 +66,15 @@ rmdir /s /q .\applications\createEVENT\stochasticGroundMotion
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 .\HydroUQ_Windows_Download.zip (
del .\HydroUQ_Windows_Download.zip
echo File deleted.
)
%sevenzip_path% a -tzip .\HydroUQ_Windows_Download.zip .\HydroUQ_Windows_Download



0 comments on commit 2454f94

Please sign in to comment.