From b4a03a5cd0aba8c949e801d0cff3c8756d497b72 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 25 Apr 2023 17:56:30 +0200 Subject: [PATCH] 1.1.1 - fixed hsr's launch file name --- Cargo.toml | 2 +- src/star_rail/game.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9885042..ef8c339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.1.0" +version = "1.1.1" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" diff --git a/src/star_rail/game.rs b/src/star_rail/game.rs index b668453..5e5edd2 100644 --- a/src/star_rail/game.rs +++ b/src/star_rail/game.rs @@ -84,7 +84,7 @@ pub fn run() -> anyhow::Result<()> { windows_command += " "; } - windows_command += "launcher.bat "; + windows_command += "launch.bat "; if config.game.wine.borderless { windows_command += "-screen-fullscreen 0 -popupwindow ";