Skip to content
Snippets Groups Projects
Commit 5408de0e authored by Marco Biasini's avatar Marco Biasini
Browse files

fixup create bundle script

parent bbb06001
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,14 @@ INFO_PLIST="""<?xml version="1.0" encoding="UTF-8"?> ...@@ -7,10 +7,14 @@ INFO_PLIST="""<?xml version="1.0" encoding="UTF-8"?>
<string>English</string> <string>English</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>dng</string> <string>dng</string>
<key>CFBundleName</key>
<string>DNG</string>
<key>CFBundleDisplayName</key>
<string>DNG</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<string>OpenStructure Manual</string> <string>OpenStructure Manual</string>
<key>CFBundleHelpBookName</key> <key>CFBundleHelpBookName</key>
<string>_BUNDLE_ Help</string> <string>OpenStructure Help</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>icon.icns</string> <string>icon.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
......
...@@ -62,7 +62,7 @@ def collect_deps(stage_dir, components, binaries, site_packages, ...@@ -62,7 +62,7 @@ def collect_deps(stage_dir, components, binaries, site_packages,
BINARIES=['gosty', 'chemdict_tool'] BINARIES=['gosty', 'chemdict_tool']
COMPONENTS=['mol', 'geom', 'conop', 'gfx', 'gui', 'seq_alg', 'seq', 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'] SCRIPTS=['dng', 'ost']
CHANGE_ID_RPATH='install_name_tool -id @rpath/%s %s' CHANGE_ID_RPATH='install_name_tool -id @rpath/%s %s'
CHANGE_ID='install_name_tool -id @executable_path/%s %s' CHANGE_ID='install_name_tool -id @executable_path/%s %s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment