1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

KobaltServer now creates a server file with the port init.

~/.kobalt/kobaltServer.properties
This commit is contained in:
Cedric Beust 2016-04-21 23:11:09 -08:00
parent 315a4fc501
commit eb7e6d7108
2 changed files with 32 additions and 5 deletions

View file

@ -48,7 +48,7 @@ class KFiles {
}
companion object {
internal const val KOBALT_DOT_DIR : String = ".kobalt"
const val KOBALT_DOT_DIR : String = ".kobalt"
val KOBALT_DIR : String = "kobalt"
val HOME_KOBALT_DIR = makeDir(homeDir(".config", KOBALT_DIR))
val KOBALT_BUILD_DIR = "kobaltBuild"