mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
5 lines
139 B
Batchfile
5 lines
139 B
Batchfile
@echo off
|
|
title gradlew target_lwjgl_desktop:eaglercraftDebugRuntime
|
|
cd ../
|
|
call gradlew target_lwjgl_desktop:eaglercraftDebugRuntime
|
|
pause |