mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-15 16:12:56 +02:00
5 lines
143 B
Batchfile
Executable File
5 lines
143 B
Batchfile
Executable File
@echo off
|
|
title gradlew target_teavm_javascript:assembleMainComponents
|
|
cd ../
|
|
call gradlew target_teavm_javascript:assembleMainComponents
|
|
pause |