mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
add no gui for heroic launcher (#154)
This commit is contained in:
@@ -33,7 +33,7 @@ impl From<HeroicGame> for ShortcutOwned {
|
|||||||
let (exe, parameter) = match game.install_mode.unwrap() {
|
let (exe, parameter) = match game.install_mode.unwrap() {
|
||||||
InstallationMode::FlatPak => (
|
InstallationMode::FlatPak => (
|
||||||
"flatpak",
|
"flatpak",
|
||||||
format!("run com.heroicgameslauncher.hgl {}", launch_parameter),
|
format!("run com.heroicgameslauncher.hgl {} --no-gui", launch_parameter),
|
||||||
),
|
),
|
||||||
InstallationMode::UserBin => ("heroic", launch_parameter),
|
InstallationMode::UserBin => ("heroic", launch_parameter),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user