mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-03 07:03:58 +00:00
Add ntpath to include list for py2app
in the hope (since I don;t have a Mac and cannot test this) that this fixes the error reported in (PICARD-607)[http://tickets.musicbrainz.org/browse/PICARD-607].
This commit is contained in:
2
setup.py
2
setup.py
@@ -63,7 +63,7 @@ if do_py2app:
|
||||
'iconfile' : 'picard.icns',
|
||||
'frameworks' : ['libiconv.2.dylib', 'libdiscid.0.dylib'],
|
||||
'resources' : ['locale'],
|
||||
'includes' : ['json', 'sip', 'PyQt4'] + [e.name for e in ext_modules],
|
||||
'includes' : ['json', 'sip', 'PyQt4', 'ntpath'] + [e.name for e in ext_modules],
|
||||
'excludes' : exclude_modules + py2app_exclude_modules,
|
||||
'plist' : { 'CFBundleName' : 'MusicBrainz Picard',
|
||||
'CFBundleGetInfoString' : 'Picard, the next generation MusicBrainz tagger (see http://musicbrainz.org/doc/MusicBrainz_Picard)',
|
||||
|
||||
Reference in New Issue
Block a user