moved .msi to original installer output location

This commit is contained in:
Nick Bolton 2014-03-07 23:09:13 +00:00
parent f7445a6aea
commit 249e1c3de2
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ class InternalCommands:
arch)
old = "bin/Release/synergy.msi"
new = "bin/Release/%s" % (filename)
new = "bin/%s" % (filename)
try:
os.remove(new)