mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-17 21:50:11 +03:00
Replace old patch with new
This commit is contained in:
parent
bc4a7d0917
commit
b0112f04af
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ $(() => {
|
|||
|
||||
LauncherUI.setState('patch-applying');
|
||||
|
||||
Genshinlib.applyPatch(() => {
|
||||
Genshinlib.patchGame(data.game.latest.version, () => {
|
||||
LauncherUI.setState('game-launch-available');
|
||||
}, (data) => console.log(data.toString()));
|
||||
}
|
||||
|
@ -74,7 +74,7 @@ $(() => {
|
|||
|
||||
LauncherUI.setState('patch-applying');
|
||||
|
||||
Genshinlib.applyPatch(() => {
|
||||
Genshinlib.patchGame(data.game.latest.version, () => {
|
||||
LauncherUI.setState('game-launch-available');
|
||||
}, (data) => console.log(data.toString()));
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ $(() => {
|
|||
|
||||
LauncherUI.setState('patch-applying');
|
||||
|
||||
Genshinlib.applyPatch(() => {
|
||||
Genshinlib.patchGame(data.game.latest.version, () => {
|
||||
LauncherUI.setState('game-launch-available');
|
||||
}, (data) => console.log(data.toString()));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue