develop/!svn_tag.bat
2023-04-09 19:04:00 -05:00

12 lines
159 B
Batchfile

@echo off
rem 클라이언트 tagging
cd Gunz2\Runtime
call !svn_tag.bat
cd ..\..
rem 서버 ragging
cd Servers\Gunz2_Servers
call !svn_tag.bat
cd ..\..