Skip to content
Snippets Groups Projects
Commit f97cc9f2 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/denittis/t22371_vars' into 'master'

wrap: Correctly bind and propagate from environ when in Flatpak container

See merge request steam/steam-runtime-tools!133
parents 90fe0a14 6667f527
No related branches found
No related tags found
1 merge request!133wrap: Correctly bind and propagate from environ when in Flatpak container
Pipeline #4397 failed
...@@ -427,7 +427,7 @@ bind_and_propagate_from_environ (FlatpakExports *exports, ...@@ -427,7 +427,7 @@ bind_and_propagate_from_environ (FlatpakExports *exports,
} }
} }
if (changed) if (changed || g_file_test ("/.flatpak-info", G_FILE_TEST_IS_REGULAR))
{ {
g_autofree gchar *joined = g_strjoinv (":", values); g_autofree gchar *joined = g_strjoinv (":", values);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment