Copy newly built *-release.jar to mods\ver folder

This commit is contained in:
Christofer Minestar 2018-10-20 17:37:35 -04:00 committed by GitHub
parent 6f9b2e8390
commit 6b417127a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
autocopy.bat Normal file
View File

@ -0,0 +1,6 @@
cd %~dp0build\libs
dir
copy %~dp0build\libs\*-release.jar %appdata%\.minecraft\mods\1.12.2\
cd %appdata%\.minecraft\mods\1.12.2
dir
pause