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
Generated
+1 -1
View File
@@ -141,7 +141,7 @@ dependencies = [
[[package]]
name = "boilr"
version = "1.3.18"
version = "1.3.19"
dependencies = [
"base64",
"chrono",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "boilr"
version = "1.3.18"
version = "1.3.19"
[dependencies]
base64 = "^0.13.0"
@@ -25,6 +25,13 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="1.3.19" date="2022-06-14">
<description>
<ul>
<li>Improve launching games from Heroic</li>
</ul>
</description>
</release>
<release version="1.3.18" date="2022-06-08">
<description>
<ul>
+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
),
),