pv-wrap: Automatically copy runtime when running under Flatpak, again
Compare changes
+ 2
− 4
@@ -782,7 +782,7 @@ opt_copy_runtime_into_cb (const gchar *option_name,
@@ -1349,13 +1349,11 @@ main (int argc,
This regressed in steamlinuxruntime!32 (merged) when we stopped setting the deprecated PRESSURE_VESSEL_COPY_RUNTIME_INTO environment variable. If getenv() returns NULL, we need to keep the previous setting - TRUE in a Flatpak app or FALSE otherwise - instead of overriding it to FALSE.