diff --git a/deployment/macos/create_bundle.py b/deployment/macos/create_bundle.py
index 74f8b486621d53acfe73fd4e4242aeebcfc877a8..6a00d75db3bba9f127b6527b2fa91b6046837580 100644
--- a/deployment/macos/create_bundle.py
+++ b/deployment/macos/create_bundle.py
@@ -7,6 +7,10 @@ INFO_PLIST="""<?xml version="1.0" encoding="UTF-8"?>
   <string>English</string>
   <key>CFBundleExecutable</key>
   <string>dng</string>
+  <key>CFBundleName</key>
+  <string>DNG</string>  
+  <key>CFBundleDisplayName</key>
+  <string>DNG</string>  
   <key>CFBundleHelpBookFolder</key>
   <string>OpenStructure Manual</string>
   <key>CFBundleHelpBookName</key>