Add short version string to OSX bundle

This commit is contained in:
Kovid Goyal 2010-08-22 14:41:08 -06:00
parent 56833470fb
commit dcde8a7e59

View File

@ -373,6 +373,7 @@ class Py2App(object):
CFBundleName=APPNAME, CFBundleName=APPNAME,
CFBundleIdentifier='net.kovidgoyal.calibre', CFBundleIdentifier='net.kovidgoyal.calibre',
CFBundleVersion=VERSION, CFBundleVersion=VERSION,
CFBundleShortVersionString=VERSION,
CFBundlePackageType='APPL', CFBundlePackageType='APPL',
CFBundleSignature='????', CFBundleSignature='????',
CFBundleExecutable='calibre', CFBundleExecutable='calibre',