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

9 lines
289 B
Batchfile

@echo off
SET target_path=.\Gunz2\Runtime
SET target_file=MDKDevGunz2
copy %target_path%\Gunz2.exe %target_path%\%target_file%.exe /y
rem copy %target_path%\Gunz2.pdb %target_path%\%target_file%.pdb /y
svn commit -m "Gunz2 Develop Version Commit" %target_path%\%target_file%.exe