From ab6cb5e3d77c0cabace48ad345e7686aa5c48afe Mon Sep 17 00:00:00 2001 From: hsoft Date: Wed, 14 Oct 2009 15:38:19 +0000 Subject: [PATCH] dgse qt v2.8.2 --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40187 --- se/qt/app.py | 2 +- se/qt/build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/se/qt/app.py b/se/qt/app.py index 29edcf05..cf245b38 100644 --- a/se/qt/app.py +++ b/se/qt/app.py @@ -27,7 +27,7 @@ class Directories(DirectoriesBase): class DupeGuru(DupeGuruBase): LOGO_NAME = 'logo_se' NAME = 'dupeGuru' - VERSION = '2.8.1' + VERSION = '2.8.2' DELTA_COLUMNS = frozenset([2, 4, 5]) def __init__(self): diff --git a/se/qt/build.py b/se/qt/build.py index 63d73fea..f62cc936 100644 --- a/se/qt/build.py +++ b/se/qt/build.py @@ -36,7 +36,7 @@ fp.close() print_and_do("python C:\\Python26\\pyinstaller\\Build.py dgse.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_help dist\\help") aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"'