mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bc8026ed69
commit
057afd434c
@ -7,7 +7,7 @@ __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
|
|||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
|
|
||||||
import sys, os, shutil, plistlib, subprocess, glob, zipfile, tempfile, \
|
import sys, os, shutil, plistlib, subprocess, glob, zipfile, tempfile, \
|
||||||
py_compile, stat, operator
|
py_compile, stat, operator, time
|
||||||
abspath, join, basename = os.path.abspath, os.path.join, os.path.basename
|
abspath, join, basename = os.path.abspath, os.path.join, os.path.basename
|
||||||
|
|
||||||
from setup import (
|
from setup import (
|
||||||
@ -360,7 +360,7 @@ class Py2App(object):
|
|||||||
LSMinimumSystemVersion='10.7.2',
|
LSMinimumSystemVersion='10.7.2',
|
||||||
LSRequiresNativeExecution=True,
|
LSRequiresNativeExecution=True,
|
||||||
NSAppleScriptEnabled=False,
|
NSAppleScriptEnabled=False,
|
||||||
NSHumanReadableCopyright='Copyright 2014, Kovid Goyal',
|
NSHumanReadableCopyright=time.strftime('Copyright %Y, Kovid Goyal'),
|
||||||
CFBundleGetInfoString=('calibre, an E-book management '
|
CFBundleGetInfoString=('calibre, an E-book management '
|
||||||
'application. Visit http://calibre-ebook.com for details.'),
|
'application. Visit http://calibre-ebook.com for details.'),
|
||||||
CFBundleIconFile='calibre.icns',
|
CFBundleIconFile='calibre.icns',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user