diff --git a/pe/qt/app.py b/pe/qt/app.py index 358add29..dced3764 100644 --- a/pe/qt/app.py +++ b/pe/qt/app.py @@ -56,7 +56,7 @@ class Directory(phys.Directory): class DupeGuru(DupeGuruBase): LOGO_NAME = 'logo_pe' NAME = 'dupeGuru Picture Edition' - VERSION = '1.7.6' + VERSION = '1.7.7' DELTA_COLUMNS = frozenset([2, 5, 6]) def __init__(self): diff --git a/pe/qt/build.py b/pe/qt/build.py index 20dc9023..63fb23cd 100644 --- a/pe/qt/build.py +++ b/pe/qt/build.py @@ -36,7 +36,7 @@ fp.close() print_and_do("python C:\\Python26\\pyinstaller\\Build.py dgpe.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_pe_help dist\\help") aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"'