mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@5681 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81381253aa
commit
3ee0de8d22
1 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ endif
|
|||
|
||||
$(APP_DIR_NAME)/Resources/Info-gnustep.plist: $(APP_DIR_NAME)/Resources _FORCE
|
||||
@(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
|
||||
echo " NSExecutable = \"$(PRINCIPAL_CLASS)\";"; \
|
||||
echo " NSExecutable = \"$(INTERNAL_app_NAME)\";"; \
|
||||
if [ "$(MAIN_MODEL_FILE)" = "" ]; then \
|
||||
echo " NSMainNibFile = \"\";"; \
|
||||
else \
|
||||
|
@ -179,7 +179,7 @@ $(APP_DIR_NAME)/Resources/Info-gnustep.plist: $(APP_DIR_NAME)/Resources _FORCE
|
|||
if [ "$(APPLICATION_ICON)" != "" ]; then \
|
||||
echo " NSIcon = \"$(APPLICATION_ICON)\";"; \
|
||||
fi; \
|
||||
echo " NSPrincipalClass = NSApplication;"; \
|
||||
echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \
|
||||
if [ -r "$(INTERNAL_app_NAME)Info.plist" ]; then \
|
||||
cat $(INTERNAL_app_NAME)Info.plist; \
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue