mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add --no-sandbox to launching heroic games (#170)
This improves launching games from heroic
This commit is contained in:
@@ -57,7 +57,7 @@ impl From<HeroicGameType> for ShortcutOwned {
|
||||
InstallationMode::FlatPak => (
|
||||
"flatpak",
|
||||
format!(
|
||||
"run com.heroicgameslauncher.hgl {} --no-gui",
|
||||
"run com.heroicgameslauncher.hgl {} --no-gui --no-sandbox",
|
||||
launch_parameter
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user