diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 17:47:24 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 17:47:24 +0200 |
commit | 28b4678a6f6519ecab0e5f77d409d0731589e780 (patch) | |
tree | a26e8c59e4d9c26789ea253c2b107bba45781c45 | |
parent | xml is elsewhere at that point during flatpak build (diff) | |
download | librewolf-linux-28b4678a6f6519ecab0e5f77d409d0731589e780.tar.gz librewolf-linux-28b4678a6f6519ecab0e5f77d409d0731589e780.tar.bz2 librewolf-linux-28b4678a6f6519ecab0e5f77d409d0731589e780.zip |
fix xml path for flatpak build
-rwxr-xr-x | flatpak/build_flatpak.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/build_flatpak.sh b/flatpak/build_flatpak.sh index a1d0934..dc414e7 100755 --- a/flatpak/build_flatpak.sh +++ b/flatpak/build_flatpak.sh @@ -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 "$_FLATPAK_BUILD_SOURCE_FOLDER/io.gitlab.LibreWolf.appdata.xml" "$_FLATPAK_BUILD_FOLDER/files/share/metainfo/io.gitlab.LibreWolf.appdata.xml" +install -Dvm644 "$_FLATPAK_BUILD_SOURCE_FOLDER/librewolf/io.gitlab.LibreWolf.appdata.xml" "$_FLATPAK_BUILD_FOLDER/files/share/metainfo/io.gitlab.LibreWolf.appdata.xml" # Build bundle printf "\nBuilding flatpak bundle\n"; |