mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
moved .msi to original installer output location
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user