Skip to content

Commit

Permalink
fmk - having makeZIP create the zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 9, 2024
1 parent 3b4af2c commit a2c47ac
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 @@ -54,7 +54,15 @@ rmdir /s /q .\applications\createEVENT\stochasticGroundMotion
rmdir /s /q .\applications\createEVENT\uniformPEER



REM ## zip it up with 7zip

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



0 comments on commit a2c47ac

Please sign in to comment.