From 249e1c3de25b0900c85553e3f8702204b20b99bb Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 7 Mar 2014 23:09:13 +0000 Subject: [PATCH] moved .msi to original installer output location --- ext/build/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/build/toolchain.py b/ext/build/toolchain.py index 245e8372..78180df5 100644 --- a/ext/build/toolchain.py +++ b/ext/build/toolchain.py @@ -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)