- added Chinese HSR patch version
This commit is contained in:
Observer KRypt0n_ 2023-06-18 09:45:44 +02:00
parent 2efed0be20
commit 6f6343df58
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.8.0" version = "1.8.1"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"] authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"
readme = "README.md" readme = "README.md"
@ -9,7 +9,7 @@ edition = "2021"
[dependencies.anime-game-core] [dependencies.anime-game-core]
git = "https://github.com/an-anime-team/anime-game-core" git = "https://github.com/an-anime-team/anime-game-core"
tag = "1.13.0" tag = "1.13.1"
features = ["all"] features = ["all"]
# path = "../anime-game-core" # ! for dev purposes only # path = "../anime-game-core" # ! for dev purposes only

View file

@ -88,7 +88,7 @@ impl LauncherState {
return Ok(Self::TelemetryNotDisabled); return Ok(Self::TelemetryNotDisabled);
} }
match jadeite::get_metadata()?.hsr.global.get_status(version) { match jadeite::get_metadata()?.hsr.for_edition(params.game_edition).get_status(version) {
JadeitePatchStatusVariant::Verified => { JadeitePatchStatusVariant::Verified => {
// Check if update predownload available // Check if update predownload available
if let VersionDiff::Predownload { .. } = diff { if let VersionDiff::Predownload { .. } = diff {