Create directory if dne

This commit is contained in:
Chris Stewart 2024-07-17 10:02:32 -05:00
parent ad7f9d78a1
commit 66dcbd472d

View file

@ -251,6 +251,7 @@ object CommonSettings {
base
} else {
// fresh install, so use the proper spot
Files.createDirectories(full)
full
}
}