Skip to content

Commit f395616

Browse files
authored
Update platform.rs (#391)
made it so bottles actually works directly, instead of having to manually go through all of the games after the fact
1 parent f09296f commit f395616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/bottles/platform.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl From<BottlesApp> for ShortcutOwned {
4949
fn from(app: BottlesApp) -> Self {
5050
//
5151
let launch_parameter = format!(
52-
"run --command=bottles-cli com.usebottles.bottles run -b \"{}\" -p \"{}\"",
52+
"run --command=bottles-cli com.usebottles.bottles run --args-replace -b \"{}\" -p \"{}\"",
5353
app.bottle, app.name
5454
);
5555
Shortcut::new("0", &app.name, "flatpak", "", "", "", &launch_parameter).to_owned()

0 commit comments

Comments
 (0)