- fixed hsr's launch file name
This commit is contained in:
Observer KRypt0n_ 2023-04-25 17:56:30 +02:00
parent 9517040a7d
commit b4a03a5cd0
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.1.0" version = "1.1.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"

View file

@ -84,7 +84,7 @@ pub fn run() -> anyhow::Result<()> {
windows_command += " "; windows_command += " ";
} }
windows_command += "launcher.bat "; windows_command += "launch.bat ";
if config.game.wine.borderless { if config.game.wine.borderless {
windows_command += "-screen-fullscreen 0 -popupwindow "; windows_command += "-screen-fullscreen 0 -popupwindow ";