diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index da0af1aa..dc26cc76 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -1957,7 +1957,7 @@ class CommandHandler: type = None if len(self.args) > 0: type = self.args[0] - + self.ic.dist(type, self.vcRedistDir, self.qtDir) def distftp(self):