Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
xiaofeiji
/
752145
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
main
Branches
Tags
main
752145
/
build.bat
build.bat
98 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
@echo off
call "%~dp0\gradlew" assembleRelease --no-daemon
call "%~dp0\jar\genJar.bat" %1
pause