For now, only update game and voicepack are working
This commit also fixes a couple of bugs too. Tbf I enjoyed HoYoPlay until I don't have enough space to update my HSR so yeah 💀
17 lines
516 B
Python
17 lines
516 B
Python
LATEST_VERSION = (2, 5, 0)
|
|
MD5SUMS = {
|
|
"1.0.5": {
|
|
"cn": {
|
|
"StarRailBase.dll": "66c42871ce82456967d004ccb2d7cf77",
|
|
"UnityPlayer.dll": "0c866c44bb3752031a8c12ffe935b26f",
|
|
},
|
|
"os": {
|
|
"StarRailBase.dll": "8aa3790aafa3dd176678392f3f93f435",
|
|
"UnityPlayer.dll": "f17b9b7f9b8c9cbd211bdff7771a80c2",
|
|
},
|
|
}
|
|
}
|
|
# Patches
|
|
ASTRA_REPO = "https://notabug.org/mkrsym1/astra"
|
|
JADEITE_REPO = "https://codeberg.org/mkrsym1/jadeite/"
|