1
0
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:
Jarno Veuger
2015-12-25 14:05:21 +01:00
parent 570c732355
commit 06528da61b

View File

@@ -138,7 +138,7 @@ function Do-Installer()
return 1
}
Copy-Item $binaries[0].FullName $artifactsDir
Move-Item $binaries[0].FullName $artifactsDir
return 0
}