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

Move ~/kobalt to ~/.config/kobalt.

This commit is contained in:
Cedric Beust 2016-03-19 01:13:14 +04:00
parent a3d17b90d1
commit 9dcba02441

View file

@ -49,8 +49,9 @@ class KFiles {
companion object {
internal const val KOBALT_DOT_DIR : String = ".kobalt"
const val KOBALT_DIR : String = "kobalt"
const val KOBALT_BUILD_DIR = "kobaltBuild"
val KOBALT_DIR : String = "kobalt"
val HOME_KOBALT_DIR = makeDir(homeDir(".config", KOBALT_DIR))
val KOBALT_BUILD_DIR = "kobaltBuild"
/** Where all the .zip files are extracted */
val distributionsDir = homeDir(KOBALT_DOT_DIR, "wrapper", "dist")