summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e59b9d0e0c0..5c8184012eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -337,7 +337,9 @@ END
done
install -Dm644 browser/branding/librewolf/content/about-logo.png \
"$pkgdir/usr/share/icons/hicolor/192x192/apps/librewolf.png"
- install -Dm644 browser/branding/librewolf/identity-icons-brand.svg \
+
+ # arch upstream provides a separate svg for this. we don't have that, so let's re-use 16.png
+ install -Dm644 browser/branding/librewolf/default16.png \
"$pkgdir/usr/share/icons/hicolor/symbolic/apps/librewolf-symbolic.svg"
install -Dm644 ../$pkgname.desktop \