mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +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() {
|
||||
InstallationMode::FlatPak => (
|
||||
"flatpak",
|
||||
format!("run com.heroicgameslauncher.hgl {}", launch_parameter),
|
||||
format!("run com.heroicgameslauncher.hgl {} --no-gui", launch_parameter),
|
||||
),
|
||||
InstallationMode::UserBin => ("heroic", launch_parameter),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user