From 5408de0e4770a520f7d165e3764a949eb3a5ee04 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Sat, 7 May 2011 00:21:37 +0200 Subject: [PATCH] fixup create bundle script --- deployment/macos/bundle.py | 6 +++++- deployment/macos/deps.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deployment/macos/bundle.py b/deployment/macos/bundle.py index 01d25441b..b4df29361 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 b74fd30ef..627d73ef7 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' -- GitLab