Skip to content

Commit c7c9794

Browse files
comnomtehhowch
authored andcommitted
Add 128x and 512x icon sizes to SConstruct installs (endless-sky#4248)
refs: endless-sky#3913
1 parent 776b2ca commit c7c9794

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ env.Install("$DESTDIR$PREFIX/share/appdata", "endless-sky.appdata.xml")
6767

6868
# Install icons, keeping track of all the paths.
6969
# Most Ubuntu apps supply 16, 22, 24, 32, 48, and 256, and sometimes others.
70-
sizes = ["16x16", "22x22", "24x24", "32x32", "48x48", "256x256"]
70+
sizes = ["16x16", "22x22", "24x24", "32x32", "48x48", "128x128", "256x256", "512x512"]
7171
icons = []
7272
for size in sizes:
7373
destination = "$DESTDIR$PREFIX/share/icons/hicolor/" + size + "/apps/endless-sky.png"

icons/icon_128x128.png

22 KB
Loading

icons/icon_512x512.png

262 KB
Loading

0 commit comments

Comments
 (0)