1
0
mirror of https://github.com/liu673cn/box.git synced 2025-02-05 14:35:59 +00:00
tvbox/CatVodTVSpider/buildAndGenJar.bat

7 lines
98 B
Batchfile
Raw Normal View History

2022-05-26 12:38:11 +08:00
@echo off
call "%~dp0\gradlew" assembleRelease --no-daemon
call "%~dp0\jar\genJar.bat" %1
pause