1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-23 12:05:44 +01:00

Merge pull request #174 from HostileNetworks/master

Fix build.bat (wrong EOL).
This commit is contained in:
Albert Pham 2016-12-17 17:25:07 -08:00 committed by GitHub
commit a372a9e577

View File

@ -1,3 +1,3 @@
@echo off
call gradlew clean build
@echo off
call gradlew clean build
pause