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