mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-22 04:31:02 +00:00
Add missing 128x128 icon.
Subversion-branch: /launcher Subversion-revision: 1773
This commit is contained in:
parent
72ddfd94d6
commit
fa14259e0c
3 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,8 @@ Resources/launcher.nib \
|
|||
Resources/Main.gsmarkup \
|
||||
Resources/MainMenu-GNUstep.gsmarkup \
|
||||
Resources/MainMenu-OSX.gsmarkup \
|
||||
Resources/48x48.png
|
||||
Resources/48x48.png \
|
||||
Resources/128x128.png
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
LauncherManager.h
|
||||
);
|
||||
IMAGES = (
|
||||
48x48.png
|
||||
48x48.png,
|
||||
128x128.png
|
||||
);
|
||||
INSTALLDIR = "$(HOME)/GNUstep";
|
||||
INTERFACES = (
|
||||
|
|
BIN
Resources/128x128.png
Normal file
BIN
Resources/128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue