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 ";