mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-22 04:31:02 +00:00
Set application icon for launcher.
Subversion-branch: /launcher Subversion-revision: 1760
This commit is contained in:
parent
306b3e7c13
commit
c0ed4e93e2
3 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
VERSION = 0.1
|
||||
PACKAGE_NAME = chocolate-launcher
|
||||
APP_NAME = chocolate-launcher
|
||||
chocolate-launcher_APPLICATION_ICON =
|
||||
chocolate-launcher_APPLICATION_ICON = 48x48.png
|
||||
|
||||
|
||||
#
|
||||
|
@ -20,7 +20,8 @@ chocolate-launcher_RESOURCE_FILES = \
|
|||
Resources/launcher.gorm \
|
||||
Resources/Main.gsmarkup \
|
||||
Resources/MainMenu-GNUstep.gsmarkup \
|
||||
Resources/MainMenu-OSX.gsmarkup
|
||||
Resources/MainMenu-OSX.gsmarkup \
|
||||
Resources/48x48.png
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
APPLICATIONICON = "";
|
||||
APPLICATIONICON = "48x48.png";
|
||||
APP_DOCUMENT_BASED = NO;
|
||||
APP_TYPE = GORM;
|
||||
BUILDER_ARGS = (
|
||||
|
|
BIN
Resources/48x48.png
Normal file
BIN
Resources/48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Loading…
Reference in a new issue