mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-12-14 04:58:46 +01:00
4 lines
83 B
Batchfile
4 lines
83 B
Batchfile
|
|
@echo off
|
||
|
|
cd ../
|
||
|
|
call gradlew target_teavm_javascript:makeMainOfflineDownload
|
||
|
|
pause
|