mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-04 15:34:46 +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")) {
|
if (file.name.contains("mirai-console")) {
|
||||||
when (consoleType) {
|
when (consoleType) {
|
||||||
ConsoleType.Pure -> {
|
ConsoleType.Pure -> {
|
||||||
if (!file.name.contains("graphical")) {
|
if (!file.name.contains("pure")) {
|
||||||
return file
|
return file
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user