feat: allowed multiple arguments in jadeite

This commit is contained in:
Observer KRypt0n_ 2023-06-17 12:29:17 +02:00
parent e43606d12e
commit 2d44282c21
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ pub fn run() -> anyhow::Result<()> {
windows_command += " "; windows_command += " ";
} }
windows_command += &format!("'{}/jadeite.exe' 'Z:\\{}/BH3.exe' ", folders.patch.to_string_lossy(), folders.game.to_string_lossy()); windows_command += &format!("'{}/jadeite.exe' 'Z:\\{}/BH3.exe' -- ", folders.patch.to_string_lossy(), folders.game.to_string_lossy());
if config.game.wine.borderless { if config.game.wine.borderless {
windows_command += "-screen-fullscreen 0 -popupwindow "; windows_command += "-screen-fullscreen 0 -popupwindow ";

View file

@ -95,7 +95,7 @@ pub fn run() -> anyhow::Result<()> {
windows_command += " "; windows_command += " ";
} }
windows_command += &format!("'{}/jadeite.exe' 'Z:\\{}/StarRail.exe' ", folders.patch.to_string_lossy(), folders.game.to_string_lossy()); windows_command += &format!("'{}/jadeite.exe' 'Z:\\{}/StarRail.exe' -- ", folders.patch.to_string_lossy(), folders.game.to_string_lossy());
if config.game.wine.borderless { if config.game.wine.borderless {
windows_command += "-screen-fullscreen 0 -popupwindow "; windows_command += "-screen-fullscreen 0 -popupwindow ";