Update bundled webui (#802)

This commit is contained in:
Mitchell Syer
2024-01-05 15:22:04 -05:00
committed by GitHub
parent 61e2548bb7
commit abf1af41a3

View File

@@ -12,7 +12,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release // should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0" val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r983" val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1335"
// counts commits on the current checked out branch // counts commits on the current checked out branch
val getTachideskRevision = { val getTachideskRevision = {