Skip to content

Commit

Permalink
fix docker copy files on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Aug 16, 2017
1 parent e47edb4 commit e02219c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/copyFiles.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ copy ..\*.h yojimbo
copy ..\*.cpp yojimbo
copy ..\premake5.lua yojimbo
robocopy /MIR /DCOPY:T ..\tlsf yojimbo\tlsf
robocopy /MIR /DCOPY:T ..\netcode.io yojimbo\netcode.io
robocopy /MIR /DCOPY:T ..\reliable.io yojimbo\reliable.io
REM because robocopy sometimes sets non-zero error codes on successful operation. what the actual fuck windows
cmd /c "exit /b 0"

0 comments on commit e02219c

Please sign in to comment.