diff options
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index 6022db7..d1b5eb9 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -30,7 +30,9 @@ <string>2.3</string> <key>CFBundleHelpBookFolder</key> - <string>Documentation</string> + <array> + <string>Documentation</string> + </array> <key>CFBundleHelpBookName</key> <string>Python Help</string> <key>CFBundleHelpTOCFile</key> |