From e6486e08ab67600156e9bbb690fb413bc19a97d5 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 7 Apr 2010 15:04:09 +0100 Subject: [PATCH] Qt: fixed help packaging. --- package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.py b/package.py index 37309cb6..ecfd0e1e 100644 --- a/package.py +++ b/package.py @@ -55,7 +55,7 @@ def package_windows(edition): print_and_do("del dist\\*90.dll") # They're in vcredist, no need to include them print_and_do("del dist\\POWRPROF.dll") # no need of that crap print_and_do("del dist\\SHLWAPI.dll") # no need of that crap - print_and_do("xcopy /Y /S /I ..\\..\\help_me\\dupeguru_me_help dist\\help") + print_and_do("xcopy /Y /S /I ..\\..\\help_{0}\\dupeguru_{0}_help dist\\help".format(edition)) # AdvancedInstaller.com has to be in your PATH # this is so we don'a have to re-commit installer.aip at every version change