more informative 'update available' ticker

This commit is contained in:
minjaesong
2024-02-20 04:35:07 +09:00
parent c568276df6
commit a5953b8c87
4 changed files with 45 additions and 18 deletions

View File

@@ -2,6 +2,7 @@ package net.torvald.terrarum
import net.torvald.terrarum.langpack.Lang
import net.torvald.terrarum.serialise.toUint
import java.net.URL
import java.time.LocalDate
import java.time.format.DateTimeFormatter
import java.util.*
@@ -48,6 +49,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
basegame
"""
val FIXED_LATEST_DOWNLOAD_LINK = URL("https://github.com/curioustorvald/Terrarum/releases/latest")
/**
*
*