Add --no-sandbox to launching heroic games (#170)

This improves launching games from heroic
This commit is contained in:
Philip Kristoffersen
2022-06-14 16:27:52 +02:00
committed by GitHub
parent 063063985a
commit 7dbc8fdc8c
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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
),
),