Skip to content

Commit

Permalink
fmk - updating makeZIP to include tools dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 9, 2024
1 parent 3a8c406 commit 485e4b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makeZIP.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ mkdir .\applications\Workflow
mkdir .\applications\opensees
mkdir .\applications\dakota
mkdir .\applications\python
mkdir .\applications\tools

xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\common .\applications\common
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\createEDP .\applications\createEDP
Expand All @@ -45,6 +46,7 @@ xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\Workflow .\appli
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\OpenSees .\applications\opensees
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\dakota .\applications\dakota
xcopy /s /e /Q ..\..\..\SimCenterBackendApplications\applications\python .\applications\python
xcopy /s /e ..\..\..\SimCenterBackendApplications\applications\tools .\applications\tools

rmdir /s /q .\applications\createEVENT\ASCE7_WindSpeed
rmdir /s /q .\applications\createEVENT\CFDEvent
Expand Down

0 comments on commit 485e4b1

Please sign in to comment.