Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-05-28 19:02:09 +0400
committerTon Roosendaal <ton@blender.org>2003-05-28 19:02:09 +0400
commited928b5cca0da27f80e1775c094f8aeba73d9bba (patch)
treeb99cb74ef11e5073d122abf522aae8e3af67b2d8 /release
parentf2c40d3e3790e140f41b7bc6498c928d3cbcd259 (diff)
OSX app name now is Blender with a capital Bee!
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index d0a0844904f..3416d36a4e5 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -116,7 +116,7 @@ endif
@cp $(OCGDIR)/bin/blenderstatic$(EXT0) $(DISTDIR)/blender$(EXT0)
else
ifeq ($(OS),darwin)
- @cp -r $(OCGDIR)/bin/blender$(EXT0) $(DISTDIR)/blender$(EXT0)
+ @cp -r $(OCGDIR)/bin/blender$(EXT0) $(DISTDIR)/Blender$(EXT0)
else
@cp $(OCGDIR)/bin/blender$(EXT0) $(DISTDIR)/blender$(EXT0)
endif