Skip to content

Commit

Permalink
delete executables before building on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Jan 2, 2024
1 parent d7b31fe commit b645b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/windows-fhirserver.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ copy ..\exec\pack\*.cfg ..\exec\64\
copy ..\exec\pack\*.dat ..\exec\64\
copy ..\exec\pack\w64\*.dll ..\exec\64\

del ..\exec\64\*.exe

IF %1.==. GOTO No1
set "tmp=%1"

Expand Down

0 comments on commit b645b80

Please sign in to comment.