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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-01 13:17:25 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-01 13:17:58 +0300
commit1f79aa602eb9da2f2f0fdc6be6fa02de6ec6cace (patch)
tree8d89e3d5c1a9dda6abf728c824a6dabd33dff306 /release/darwin
parentc64b72998cfaab0512de38843219d074e876a0a8 (diff)
Fix T66297: Blender on macOS does not open on case-sensitive file system
Diffstat (limited to 'release/darwin')
-rw-r--r--release/darwin/Blender.app/Contents/Info.plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/darwin/Blender.app/Contents/Info.plist b/release/darwin/Blender.app/Contents/Info.plist
index 9b09ef0f768..b8cd55d2e43 100644
--- a/release/darwin/Blender.app/Contents/Info.plist
+++ b/release/darwin/Blender.app/Contents/Info.plist
@@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleExecutable</key>
- <string>blender</string>
+ <string>Blender</string>
<key>CFBundleGetInfoString</key>
<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
<key>CFBundleIconFile</key>