mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-04 09:08:44 +02:00
moved .msi to original installer output location
This commit is contained in:
parent
f7445a6aea
commit
249e1c3de2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue