mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Move ~/kobalt to ~/.config/kobalt.
This commit is contained in:
parent
a3d17b90d1
commit
9dcba02441
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,9 @@ class KFiles {
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
internal const val KOBALT_DOT_DIR : String = ".kobalt"
|
internal const val KOBALT_DOT_DIR : String = ".kobalt"
|
||||||
const val KOBALT_DIR : String = "kobalt"
|
val KOBALT_DIR : String = "kobalt"
|
||||||
const val KOBALT_BUILD_DIR = "kobaltBuild"
|
val HOME_KOBALT_DIR = makeDir(homeDir(".config", KOBALT_DIR))
|
||||||
|
val KOBALT_BUILD_DIR = "kobaltBuild"
|
||||||
|
|
||||||
/** Where all the .zip files are extracted */
|
/** Where all the .zip files are extracted */
|
||||||
val distributionsDir = homeDir(KOBALT_DOT_DIR, "wrapper", "dist")
|
val distributionsDir = homeDir(KOBALT_DOT_DIR, "wrapper", "dist")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue