Fix version determine

This commit is contained in:
Him188 2020-05-06 15:10:01 +08:00
parent 56181e7341
commit b732b9731a

View File

@ -46,7 +46,7 @@ internal object ConsoleUpdater {
if (file.name.contains("mirai-console")) {
when (consoleType) {
ConsoleType.Pure -> {
if (!file.name.contains("graphical")) {
if (!file.name.contains("pure")) {
return file
}
}