fix: edge detection of electric fixture not working

This commit is contained in:
minjaesong
2024-10-31 23:40:49 +09:00
parent fa3a129991
commit 2d7ef6e9ff
4 changed files with 25 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ object CheckUpdate {
private val checkUpdateURL = setOf(
"https://github.com/curioustorvald/Terrarum/releases/tag/v$versionNumOnly",
"https://github.com/curioustorvald/Terrarum/releases/tag/v$versionNumFull",
).toList()
).map { it.replace(' ', '_') }
private fun wget(url: String): String? {
printdbg(this, "wget $url")