Fix handling of multiple runtime architectures

This commit is contained in:
Ryan Gonzalez
2022-11-11 17:47:00 -06:00
parent 338e2e4303
commit 0c4b0c1c6d

View File

@@ -135,7 +135,8 @@ EOF
--add-metadata-string "xa.metadata=$(cat $build_dir/metadata)" \
--link-checkout-speedup \
"$build_dir"
flatpak build-bundle --runtime "$repo_dir" "$bundle" "$app_id" "$GTK_THEME_VER"
flatpak build-bundle --runtime --arch="$arch" \
"$repo_dir" "$bundle" "$app_id" "$GTK_THEME_VER"
trap 'rm "$bundle"' EXIT