8 lines
99 B
Batchfile
8 lines
99 B
Batchfile
@echo off
|
|
|
|
call "%~dp0\gradlew" assembleRelease --no-daemon
|
|
|
|
call "%~dp0\jar\genJar.bat" ec
|
|
|
|
pause
|