1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fixed ME's cocoa interface file, which was broken (again)

The Remove Dead Tracks didn't use the new job system and appscript wasn't properly packaged.
This commit is contained in:
Virgil Dupras
2013-08-18 11:23:20 -04:00
parent 1d9d09fdf7
commit 8a8ac027f5
2 changed files with 12 additions and 9 deletions

View File

@@ -104,7 +104,7 @@ def build_cocoa(edition, dev):
if not op.exists(pydep_folder):
os.mkdir(pydep_folder)
shutil.copy(op.join(cocoa_project_path, 'dg_cocoa.py'), 'build')
appscript_pkgs = ['appscript', 'aem', 'mactypes']
appscript_pkgs = ['appscript', 'aem', 'mactypes', 'osax']
specific_packages = {
'se': ['core_se'],
'me': ['core_me'] + appscript_pkgs + ['hsaudiotag'],