mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:14:21 +00:00
Make install json available to flatpak lutris
This commit is contained in:
parent
1a1c3cf0b8
commit
7d342416f7
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user