mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-27 17:18:11 -05:00
Before this commit $ flatpak install --arch someArch --from some.flatpakref Would completely ignore the arch argument and only install for the default flatpak architecture. Since flatpakref files don't include an arch field, there's no reason we can't attempt to install the arch specified on the command line.