diff --git a/me/qt/app.py b/me/qt/app.py index 414f434d..87359304 100644 --- a/me/qt/app.py +++ b/me/qt/app.py @@ -19,7 +19,7 @@ from preferences_dialog import PreferencesDialog class DupeGuru(DupeGuruBase): LOGO_NAME = 'logo_me' NAME = 'dupeGuru Music Edition' - VERSION = '5.6.5' + VERSION = '5.6.6' DELTA_COLUMNS = frozenset([2, 3, 4, 5, 7, 8]) def __init__(self): diff --git a/me/qt/build.py b/me/qt/build.py index 91560469..64c7fbdc 100644 --- a/me/qt/build.py +++ b/me/qt/build.py @@ -34,7 +34,7 @@ fp.close() print_and_do("python C:\\Python26\\pyinstaller\\Build.py dgme.spec") os.remove('verinfo_tmp') -print_and_do("del *90.dll") # They're in vcredist, no need to include them +print_and_do("del dist\\*90.dll") # They're in vcredist, no need to include them print_and_do("xcopy /Y /S /I help\\dupeguru_me_help dist\\help") aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"'