From 7d342416f7fd7a0175cc0542bd361ab7ddd1a8f5 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:56:44 -0400 Subject: [PATCH] Make install json available to flatpak lutris --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 554283b..bf7c2c1 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1746,7 +1746,7 @@ install_game() { if [ "$install_version" = "native" ]; then lutris --install "$install_script" & elif [ "$install_version" = "flatpak" ]; then - flatpak run net.lutris.Lutris --install "$install_script" & + flatpak run --file-forwarding net.lutris.Lutris --install @@ "$install_script" @@ & else # We shouldn't get here debug_print exit "Script error: Unknown condition for install_version in install_game() function. Aborting."