mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 15:40:28 +08:00
Fix version determine
This commit is contained in:
parent
56181e7341
commit
b732b9731a
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user