mirror of
https://github.com/dje4321/TerrafirmaPunk-Tweaks.git
synced 2024-11-16 14:09:39 +00:00
14 lines
150 B
Batchfile
14 lines
150 B
Batchfile
|
@echo off
|
||
|
|
||
|
set WORKDIR=%CD%
|
||
|
|
||
|
set DIRNAME=%~dp0
|
||
|
if "%DIRNAME%" == "" set DIRNAME=.
|
||
|
|
||
|
cd /d "%DIRNAME%"
|
||
|
|
||
|
call gradlew.bat build
|
||
|
|
||
|
cd /d "%WORKDIR%"
|
||
|
|
||
|
pause
|