From 3f78ee56a25ecca552106f1a746b93b37937c318 Mon Sep 17 00:00:00 2001 From: hsoft Date: Wed, 14 Oct 2009 12:04:34 +0000 Subject: [PATCH] [#69] The build script now removes *90.dll from the dist package. --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40182 --- se/qt/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/se/qt/build.py b/se/qt/build.py index 4c17550a..63d73fea 100644 --- a/se/qt/build.py +++ b/se/qt/build.py @@ -36,6 +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("xcopy /Y /S /I help\\dupeguru_help dist\\help") aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"'