From 972463faca4718a72c685836f90c707412df4842 Mon Sep 17 00:00:00 2001 From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Sat, 21 Aug 2010 08:47:43 +0000 Subject: [PATCH] make sure the application name of DNG is DNG, not gosty git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2668 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- deployment/macos/create_bundle.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment/macos/create_bundle.py b/deployment/macos/create_bundle.py index 74f8b4866..6a00d75db 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> -- GitLab