4 lines
78 B
Batchfile
4 lines
78 B
Batchfile
|
@echo off
|
||
|
cd resources
|
||
|
"..\..\7za.exe" a "..\jars\bin\minecraft.jar" "*"
|
||
|
pause
|