We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09296f commit f395616Copy full SHA for f395616
src/platforms/bottles/platform.rs
@@ -49,7 +49,7 @@ impl From<BottlesApp> for ShortcutOwned {
49
fn from(app: BottlesApp) -> Self {
50
//
51
let launch_parameter = format!(
52
- "run --command=bottles-cli com.usebottles.bottles run -b \"{}\" -p \"{}\"",
+ "run --command=bottles-cli com.usebottles.bottles run --args-replace -b \"{}\" -p \"{}\"",
53
app.bottle, app.name
54
);
55
Shortcut::new("0", &app.name, "flatpak", "", "", "", &launch_parameter).to_owned()
0 commit comments