add support for alternative web interfaces (#342)

* add support for alternative web interfaces

* fix naming

* won't bundle sorayomi zip

* clean diff
This commit is contained in:
Aria Moradi
2022-04-16 21:09:36 +04:30
committed by GitHub
parent a8892143a2
commit 320d1ae9d8
6 changed files with 88 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.6.3"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r942"
val sorayomiRevisionTag = System.getenv("SorayomiRevision") ?: "0.1.5"
// counts commits on the master branch
val tachideskRevision = runCatching {