mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +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 {
|
||||
//
|
||||
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
|
||||
);
|
||||
Shortcut::new("0", &app.name, "flatpak", "", "", "", &launch_parameter).to_owned()
|
||||
|
||||
Reference in New Issue
Block a user