This commit is contained in:
parent
caa866a067
commit
8a225ec3d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue