mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
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
This commit is contained in:
@@ -49,7 +49,7 @@ impl From<BottlesApp> for ShortcutOwned {
|
|||||||
fn from(app: BottlesApp) -> Self {
|
fn from(app: BottlesApp) -> Self {
|
||||||
//
|
//
|
||||||
let launch_parameter = format!(
|
let launch_parameter = format!(
|
||||||
"run --command=bottles-cli com.usebottles.bottles run -b \"{}\" -p \"{}\"",
|
"run --command=bottles-cli com.usebottles.bottles run --args-replace -b \"{}\" -p \"{}\"",
|
||||||
app.bottle, app.name
|
app.bottle, app.name
|
||||||
);
|
);
|
||||||
Shortcut::new("0", &app.name, "flatpak", "", "", "", &launch_parameter).to_owned()
|
Shortcut::new("0", &app.name, "flatpak", "", "", "", &launch_parameter).to_owned()
|
||||||
|
|||||||
Reference in New Issue
Block a user