Feature/move server frontend mapping to the frontend (#591)
* Convert "WebInterfaceManager" to singleton * Move server webUI mapping to the webUI * Extract logic into functions * Retry failed download * Validate downloaded webUI * Automatically check for webUI updates * Add logic to support different webUIs * Update logs * Close ZipFile after extracting it
This commit is contained in:
@@ -105,11 +105,8 @@ buildConfig {
|
||||
buildConfigField("String", "BUILD_TYPE", quoteWrap(if (System.getenv("ProductBuildType") == "Stable") "Stable" else "Preview"))
|
||||
buildConfigField("long", "BUILD_TIME", Instant.now().epochSecond.toString())
|
||||
|
||||
|
||||
buildConfigField("String", "WEBUI_REPO", quoteWrap("https://github.com/Suwayomi/Tachidesk-WebUI-preview"))
|
||||
buildConfigField("String", "WEBUI_TAG", quoteWrap(webUIRevisionTag))
|
||||
|
||||
|
||||
buildConfigField("String", "GITHUB", quoteWrap("https://github.com/Suwayomi/Tachidesk-Server"))
|
||||
buildConfigField("String", "DISCORD", quoteWrap("https://discord.gg/DDZdqZWaHA"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user