disable volumePaths cache

This commit is contained in:
世界 2020-05-20 18:58:36 +08:00
parent 5e26028775
commit 2211b5f8a7
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 2 additions and 8 deletions

View File

@ -21,9 +21,8 @@ object EnvUtil {
}
@JvmStatic
val availableDirectories by lazy {
LinkedList<File>().apply {
val availableDirectories
get() = LinkedList<File>().apply {
add(File(ApplicationLoader.getDataDirFixed(), "files/media"))
add(File(ApplicationLoader.getDataDirFixed(), "cache/media"))
@ -37,8 +36,6 @@ object EnvUtil {
}.map { it.path }.toTypedArray()
}
@JvmStatic
fun getTelegramPath(): File {

View File

@ -1,7 +1,4 @@
#!/usr/bin/env bash
git checkout master
git reset dev --hard
git checkout dev
git tag "$1" -f
git push origin "$1" -f