Use xcopy instead of copy

So if the directory does not exist it will make it
This commit is contained in:
Christofer Minestar 2018-10-21 11:47:55 -04:00 committed by GitHub
parent cd4de7537d
commit e60be300a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
del %appdata%\.minecraft\mods\1.12.2\Kami*.jar
copy %~dp0build\libs\*-release.jar %appdata%\.minecraft\mods\1.12.2\
xcopy %~dp0build\libs\*-release.jar %appdata%\.minecraft\mods\1.12.2\