Skip to content

Commit

Permalink
Even more icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Mar 15, 2024
1 parent a22f4bc commit 78310d7
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Binary file modified assets/linux/icons/hicolor/128x128/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/256x256/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/32x32/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/512x512/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/linux/icons/hicolor/64x64/apps/org.squidowl.halloy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/generate-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ src=logo.png
conv_opts="-colors 256 -background none -density 300"

# the linux icon
for size in "32" "64" "128" "256" "512"; do
for size in "16" "24" "32" "48" "64" "96" "128" "256" "512"; do
target="linux/icons/hicolor/${size}x${size}/apps"
mkdir -p "$target"
convert $conv_opts -resize "!${size}x${size}" "$src" "$target/org.squidowl.halloy.png"
Expand Down

0 comments on commit 78310d7

Please sign in to comment.