moved .msi to original installer output location
This commit is contained in:
parent
f7445a6aea
commit
249e1c3de2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue