mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-06-02 08:52:00 -09:00
5 lines
81 B
Batchfile
5 lines
81 B
Batchfile
@echo off
|
|
title gradlew generateJavascript
|
|
call gradlew generateJavascript
|
|
pause
|