Added custom game directory. Closes #199

This commit is contained in:
huanghongxun
2017-09-04 15:55:18 +08:00
parent 41337f66a8
commit 5f7f885d99
15 changed files with 207 additions and 114 deletions

4
gradlew.bat vendored
View File

@@ -5,7 +5,7 @@
@rem
@rem ##########################################################################
@rem Set local scope for the variables then windows NT shell
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
@@ -69,7 +69,7 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
:end
@rem End local scope for the variables then windows NT shell
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
:fail