diff --git a/autocopy.bat b/autocopy.bat index 2a1037d8..7ed2c630 100644 --- a/autocopy.bat +++ b/autocopy.bat @@ -1,6 +1 @@ -cd %~dp0build\libs -dir -copy %~dp0build\libs\*-release.jar %appdata%\.minecraft\mods\1.12.2\ -cd %appdata%\.minecraft\mods\1.12.2 -dir -pause \ No newline at end of file +copy %~dp0build\libs\*-release.jar %appdata%\.minecraft\mods\1.12.2\ \ No newline at end of file