xml is elsewhere at that point during flatpak build

This commit is contained in:
ohfp 2020-03-31 17:24:25 +02:00
parent aa047fed9f
commit 06e9c38a0e

View file

@ -54,7 +54,7 @@ flatpak-builder --disable-rofiles-fuse --repo="$FLATPAK_REPO" "$_FLATPAK_BUILD_F
# add appstream metadata
# TODO: firefox uses files/share/appdata/ in their flatpak, but https://docs.flatpak.org/en/latest/conventions.html says otherwise. which is "more" correct?
install -Dvm644 "$_EXTRACTED_BINARY_TARBALL_FOLDER/io.gitlab.LibreWolf.appdata.xml" "$_FLATPAK_BUILD_FOLDER/files/share/metainfo/io.gitlab.LibreWolf.appdata.xml"
install -Dvm644 "$_FLATPAK_BUILD_SOURCE_FOLDER/io.gitlab.LibreWolf.appdata.xml" "$_FLATPAK_BUILD_FOLDER/files/share/metainfo/io.gitlab.LibreWolf.appdata.xml"
# Build bundle
printf "\nBuilding flatpak bundle\n";