diff --git a/sync2git.bat b/sync2git.bat index e3bc508..2e29995 100644 --- a/sync2git.bat +++ b/sync2git.bat @@ -2,8 +2,8 @@ set GITDIR=D:\dev\db\purrforce\ copy /B /Y api.h %GITDIR% copy /B /Y ls.bat %GITDIR% copy /B /Y *.c %GITDIR% -copy /B /Y images %GITDIR% -copy /B /Y tray %GITDIR% +copy /B /Y images %GITDIR%images\ +copy /B /Y tray %GITDIR%tray\ copy /B /Y make.bat %GITDIR% copy /B /Y Makefile %GITDIR% copy /B /Y pull_fromgit.bat %GITDIR%