2 lines
101 B
PowerShell
2 lines
101 B
PowerShell
|
$ErrorActionPreference = "Stop"
|
||
|
cp -R -Force '../Adventures in Lestoria/assets' '../x64/Unit Testing'
|