2 lines
63 B
Batchfile
2 lines
63 B
Batchfile
|
set SCRIPT_DIR=%~dp0
|
||
|
java -jar "%SCRIPT_DIR%/bundletool.jar" %*
|