fix(honkai): fixed game launch script name

This commit is contained in:
Observer KRypt0n_ 2023-04-15 18:58:26 +02:00
parent e58b2e2e5c
commit ef80004f4b
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -71,7 +71,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 ";