mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-25 06:16:18 +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]]
|
[[package]]
|
||||||
name = "anime-game-core"
|
name = "anime-game-core"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"curl",
|
"curl",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 75bac741dd3ca9380da3997e0f14e24dca9f2f12
|
Subproject commit ecf84daa6554486a580225f8b498d2e645e50d64
|
|
@ -362,7 +362,7 @@ impl App {
|
||||||
|
|
||||||
let mut synced = false;
|
let mut synced = false;
|
||||||
|
|
||||||
match applier.is_sync(&config.patch.servers) {
|
match applier.is_sync_with(&host) {
|
||||||
Ok(true) => synced = true,
|
Ok(true) => synced = true,
|
||||||
|
|
||||||
Ok(false) => {
|
Ok(false) => {
|
||||||
|
|
Loading…
Reference in a new issue