mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-17 08:54:14 +02:00
5 lines
143 B
Batchfile
5 lines
143 B
Batchfile
|
|
@echo off
|
||
|
|
title gradlew target_teavm_javascript:assembleMainComponents
|
||
|
|
cd ../
|
||
|
|
call gradlew target_teavm_javascript:assembleMainComponents
|
||
|
|
pause
|