File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed
Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ config: builtin.cfg
2424 $(INSTALL ) -Dm644 " $<" " $( DESTDIR) $( PACKAGE_CONFIG_DIR) /$( PACKAGE) /$<"
2525
2626.PHONY : icons
27- icons : icons/scalable /srain.png
28- $(INSTALL ) -Dm644 " $<" " $( DESTDIR) $( PACKAGE_DATA_DIR) /icons/hicolor/scalable /apps/$( PACKAGE_APPID) .png"
27+ icons : icons/128x128 /srain.png
28+ $(INSTALL ) -Dm644 " $<" " $( DESTDIR) $( PACKAGE_DATA_DIR) /icons/hicolor/128x128 /apps/$( PACKAGE_APPID) .png"
2929
3030.PHONY : themes
3131themes : $(THEMES )
Original file line number Diff line number Diff line change 2222
2323 <!-- Icons files, TODO: SVG -->
2424 <gresource prefix =" /im/srain/Srain/icons/scalable/apps" >
25- <file alias =" srain.png" >icons/scalable /srain.png</file >
26- <file alias =" srain-red.png" >icons/scalable /srain-red.png</file >
25+ <file alias =" srain.png" >icons/128x128 /srain.png</file >
26+ <file alias =" srain-red.png" >icons/128x128 /srain-red.png</file >
2727 </gresource >
2828</gresources >
You can’t perform that action at this time.
0 commit comments