summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyra W2023-05-30 21:03:34 -0700
committerCyra W2023-05-30 21:03:34 -0700
commitbe36aed1777015bf0871341d471e4df520ec46d8 (patch)
tree629c79717e6b65466316d91125a34b4ce290f904
parenta618683094ca68a85a4d64cd7f8da6eb227ccb25 (diff)
downloadaur-be36aed1777015bf0871341d471e4df520ec46d8.tar.gz
fixed branding issue
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b0a4da69dd2..d5cce741fa48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -93,7 +93,7 @@ ac_add_options --with-system-nss
# Branding
ac_add_options --with-app-name=waterfox
ac_add_options --with-app-basename=Waterfox
-ac_add_options --with-branding=browser/branding/waterfox
+ac_add_options --with-branding=waterfox/browser/branding
ac_add_options --with-distribution-id=org.archlinux
ac_add_options --with-unsigned-addon-scopes=app,system
ac_add_options --allow-addon-sideload
@@ -197,7 +197,7 @@ app.distributor.channel=$pkgname
EOT
local i theme=waterfox
- for i in 16 32 48 64 128; do
+ for i in 16 22 24 32 48 64 128 256; do
install -Dvm644 browser/branding/$theme/default$i.png \
"$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
done