From 01351287b31aab3535f9c65a6913c87b80c6925c Mon Sep 17 00:00:00 2001 From: James <86387140+Gad-James@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:27:25 +1000 Subject: [PATCH] ok --- sync2git.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%