mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 04:46:08 +03:00
Updated core library, fixed work with patch
folder
This commit is contained in:
parent
02dc016ec7
commit
4843b6f537
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -31,7 +31,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-core"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"bzip2",
|
||||
"curl",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 75bac741dd3ca9380da3997e0f14e24dca9f2f12
|
||||
Subproject commit ecf84daa6554486a580225f8b498d2e645e50d64
|
|
@ -362,7 +362,7 @@ impl App {
|
|||
|
||||
let mut synced = false;
|
||||
|
||||
match applier.is_sync(&config.patch.servers) {
|
||||
match applier.is_sync_with(&host) {
|
||||
Ok(true) => synced = true,
|
||||
|
||||
Ok(false) => {
|
||||
|
|
Loading…
Reference in a new issue