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)