From 8a225ec3d51bac5471132795e760761b2db43ce2 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 17 Mar 2025 10:55:41 -0500 Subject: [PATCH] i forgot the 48x48 logo lol --- compilation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilation.sh b/compilation.sh index 432e551..941b4ad 100755 --- a/compilation.sh +++ b/compilation.sh @@ -51,7 +51,7 @@ curl -L https://codeberg.org/librewolf/bsys6/raw/branch/master/assets/linux.libr convert $SCRIPT_DIR/bocchi-the-firefox.png -resize 256x256 ./librewolf.ico cd ./browser/chrome/icons/default/ rm ./* -resolutions=(16 32 64 128) +resolutions=(16 32 48 64 128) for res in "${resolutions[@]}"; do convert $SCRIPT_DIR/bocchi-the-firefox.png -resize ${res}x${res} ./default${res}.png done