diff --git a/pe/cocoa/Info.plist b/pe/cocoa/Info.plist index 3e7b42f7..9f51e9f2 100644 --- a/pe/cocoa/Info.plist +++ b/pe/cocoa/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.7.3 + 1.7.4 NSMainNibFile MainMenu NSPrincipalClass diff --git a/pe/cocoa/py/dg_cocoa.py b/pe/cocoa/py/dg_cocoa.py index 595fbea9..cad81108 100644 --- a/pe/cocoa/py/dg_cocoa.py +++ b/pe/cocoa/py/dg_cocoa.py @@ -6,7 +6,7 @@ from dupeguru_pe import app_cocoa as app_pe_cocoa # Fix py2app imports which chokes on relative imports from dupeguru import app, app_cocoa, data, directories, engine, export, ignore, results, scanner -from dupeguru_pe import block, cache, matchbase +from dupeguru_pe import block, cache, matchbase, data from hsfs import auto, manual, stats, tree, utils class PyApp(NSObject): diff --git a/pe/cocoa/py/gen.py b/pe/cocoa/py/gen.py index 2ca126a4..787b4f8e 100644 --- a/pe/cocoa/py/gen.py +++ b/pe/cocoa/py/gen.py @@ -15,4 +15,4 @@ if op.exists('build'): if op.exists('dist'): shutil.rmtree('dist') -print_and_do('python -u setup.py py2app -A') \ No newline at end of file +print_and_do('python -u setup.py py2app') \ No newline at end of file