diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 20:30:46 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-31 20:30:46 +0200 |
commit | a960c6488a9f588db9aca68a839f1c8c341bb02c (patch) | |
tree | ebd27258444f1f4b51ed45d48203ba76874ff1d8 /appimage | |
parent | fix xml path for flatpak build (diff) | |
download | librewolf-linux-a960c6488a9f588db9aca68a839f1c8c341bb02c.tar.gz librewolf-linux-a960c6488a9f588db9aca68a839f1c8c341bb02c.tar.bz2 librewolf-linux-a960c6488a9f588db9aca68a839f1c8c341bb02c.zip |
small AppStream and AppImage fixes
Diffstat (limited to 'appimage')
-rwxr-xr-x | appimage/build_appimage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appimage/build_appimage.sh b/appimage/build_appimage.sh index e7f48e7..257e7d2 100755 --- a/appimage/build_appimage.sh +++ b/appimage/build_appimage.sh @@ -47,7 +47,7 @@ wget $_APPIMAGETOOL_DOWNLOAD_URL -O $_APPIMAGETOOL_FILE; chmod +x $_APPIMAGETOOL_FILE; # add appstream metadata -install -Dvm644 "$_BINARY_TARBALL_EXTRACTED_FOLDER/io.gitlab.LibreWolf.appdata.xml" "$_BINARY_TARBALL_EXTRACTED_FOLDER/share/metainfo/io.gitlab.LibreWolf.appdata.xml" +install -Dvm644 "$_BINARY_TARBALL_EXTRACTED_FOLDER/io.gitlab.LibreWolf.appdata.xml" "$_BINARY_TARBALL_EXTRACTED_FOLDER/usr/share/metainfo/io.gitlab.LibreWolf.appdata.xml" # add libdbus-glib-1.so.2, just in case install -Dvm644 "/usr/lib/${CARCH}-linux-gnu/libdbus-glib-1.so.2" "$_BINARY_TARBALL_EXTRACTED_FOLDER/usr/lib/libdbus-glib-1.so."2 |