mirror of
https://github.com/dje4321/TerrafirmaPunk-Tweaks.git
synced 2024-11-16 23:09:51 +00:00
5c137164b3
Initial Commit
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 |