CatVodTVSpider/buildAndGenJar.bat

7 lines
98 B
Batchfile
Raw Permalink Normal View History

2021-09-21 16:01:08 +08:00
@echo off
call "%~dp0\gradlew" assembleRelease --no-daemon
2021-09-21 16:01:08 +08:00
call "%~dp0\jar\genJar.bat" %1
2021-09-21 16:01:08 +08:00
pause