diff --git a/GNUmakefile b/GNUmakefile index c274325..e5a8cd6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 # diff --git a/PC.project b/PC.project index f8ee230..f388fe2 100644 --- a/PC.project +++ b/PC.project @@ -1,5 +1,5 @@ { - APPLICATIONICON = ""; + APPLICATIONICON = "48x48.png"; APP_DOCUMENT_BASED = NO; APP_TYPE = GORM; BUILDER_ARGS = ( diff --git a/Resources/48x48.png b/Resources/48x48.png new file mode 100644 index 0000000..5b932e8 Binary files /dev/null and b/Resources/48x48.png differ