mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 20:44:05 +09:00
fix: edge detection of electric fixture not working
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user