Skip to content

Commit

Permalink
Explicitly set up LD_LIBRARY_PATH env
Browse files Browse the repository at this point in the history
This used to be done by default in flatpak, but was changed.
Unfortunately this broke the libjson.so.0 lib symlinking needed for
a few games.
  • Loading branch information
kujeger committed Mar 28, 2018
1 parent 8b01d6f commit 46ba393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion com.gog.Template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"--share=ipc",
"--device=dri",
"--socket=pulseaudio",
"--persist=."
"--persist=.",
"--env=LD_LIBRARY_PATH=/app/lib"
],
"cleanup": [
"/include"
Expand Down

0 comments on commit 46ba393

Please sign in to comment.