moved .msi to original installer output location
This commit is contained in:
parent
f7445a6aea
commit
249e1c3de2
|
@ -790,7 +790,7 @@ class InternalCommands:
|
||||||
arch)
|
arch)
|
||||||
|
|
||||||
old = "bin/Release/synergy.msi"
|
old = "bin/Release/synergy.msi"
|
||||||
new = "bin/Release/%s" % (filename)
|
new = "bin/%s" % (filename)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.remove(new)
|
os.remove(new)
|
||||||
|
|
Loading…
Reference in New Issue