diff --git a/deployment/macos/bundle.py b/deployment/macos/bundle.py
index 01d25441be9c6678576cd25f075f6496c28bbe89..b4df29361cf446710ecbfa7713db667c791359e6 100644
--- a/deployment/macos/bundle.py
+++ b/deployment/macos/bundle.py
@@ -7,10 +7,14 @@ 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>
-  <string>_BUNDLE_ Help</string>
+  <string>OpenStructure Help</string>
   <key>CFBundleIconFile</key>
   <string>icon.icns</string>
   <key>CFBundleIdentifier</key>
diff --git a/deployment/macos/deps.py b/deployment/macos/deps.py
index b74fd30ef929f8ca4c371aca8504cf09c0465a68..627d73ef764773d2bc904f2fdc422a7737bf208b 100644
--- a/deployment/macos/deps.py
+++ b/deployment/macos/deps.py
@@ -62,7 +62,7 @@ def collect_deps(stage_dir, components, binaries, site_packages,
 
 BINARIES=['gosty', 'chemdict_tool']
 COMPONENTS=['mol', 'geom', 'conop', 'gfx', 'gui', 'seq_alg', 'seq', 
-            'img', 'img_alg', 'qa', 'info', 'io', 'db', 'base']
+            'img', 'img_alg', 'info', 'io', 'db', 'base']
 SCRIPTS=['dng', 'ost']
 CHANGE_ID_RPATH='install_name_tool -id @rpath/%s %s'   
 CHANGE_ID='install_name_tool -id @executable_path/%s %s'