trying to fix nightly build - release path was wrong

This commit is contained in:
Nick Bolton 2011-01-19 03:55:57 +00:00
parent fe9fa85c00
commit 315c304dde
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ class InternalCommands:
srcDir = 'bin/'
generator = self.get_generator_from_config()
if not generator.startswith('Visual Studio'):
srcDir += '/release'
srcDir += 'release/'
ftp.run(srcDir + src, dest)
print 'Done'