Skip to content

Commit

Permalink
Fixed missing 48x48 icon.
Browse files Browse the repository at this point in the history
Fixed Linux icon installation.
  • Loading branch information
ggarra13 committed Aug 16, 2024
1 parent 65e9b7e commit a7ae3dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/python/create_icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Verified to work.
#
print('Saving Linux multiple sizes for adhering to Freedesktop.org.')
for i in [16, 32, 64, 128, 256]:
for i in [16, 32, 48, 64, 128, 256]:
resized_image = image.resize((i,i))
png_dir=f'mrv2/share/icons/hicolor/{i}x{i}/apps/'
os.makedirs(png_dir, exist_ok=True)
Expand Down
Binary file modified mrv2/etc/mrv2.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 added mrv2/share/icons/hicolor/48x48/apps/mrv2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7ae3dc

Please sign in to comment.