Skip to content

flatpak: fix env vars

Jordan Petridis requested to merge alatiera/things into master

We were putting RUSTLOG and RUST_BACKTRACE as build-only env vars which was causing them to be missing at runtme.

Move them to their proper place.

Merge request reports