Remove support for Sorayomi web interface (#414)

fixes #392
This commit is contained in:
Marco Ebbinghaus
2022-10-07 20:56:26 +02:00
committed by GitHub
parent b10908df5e
commit 7ae837ca3c
5 changed files with 2 additions and 67 deletions

View File

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