buildAndGenJar.bat 98 B

1234567
  1. @echo off
  2. call "%~dp0\gradlew" assembleRelease --no-daemon
  3. call "%~dp0\jar\genJar.bat" %1
  4. pause