Skip to content

Commit

Permalink
build.sbt: Fix for Windows OS long path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Feb 15, 2017
1 parent 2bde559 commit 08537ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ NativePackagerKeys.bashScriptExtraDefines += """# Added by build.sbt

NativePackagerKeys.batScriptExtraDefines += """
| if "%YONA_DATA%"=="" set "YONA_DATA=%~dp0\\.."
| set "APP_CLASSPATH=%APP_LIB_DIR%\*"
| set "YONA_OPTS=-DapplyEvolutions.default=true -Duser.dir=%YONA_HOME% -Dyona.data=%YONA_DATA% -Dconfig.file=%YONA_DATA%\conf\application.conf -Dlogger.file=%YONA_DATA%\conf\application-logger.xml"
|""".stripMargin

Expand Down

0 comments on commit 08537ad

Please sign in to comment.