mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-19 01:39:14 +02:00
4 lines
83 B
Batchfile
4 lines
83 B
Batchfile
|
|
@echo off
|
||
|
|
cd ../
|
||
|
|
call gradlew target_teavm_javascript:makeMainOfflineDownload
|
||
|
|
pause
|