mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Installed will be moved instead of copied
This commit is contained in:
@@ -138,7 +138,7 @@ function Do-Installer()
|
||||
return 1
|
||||
}
|
||||
|
||||
Copy-Item $binaries[0].FullName $artifactsDir
|
||||
Move-Item $binaries[0].FullName $artifactsDir
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user