Wrong exe to copy

This commit is contained in:
Greg Burri 2019-08-11 22:47:26 +02:00
parent b4de1583ca
commit 4dcf1f1a22

View file

@ -15,7 +15,7 @@ if (!(Test-Path -Path $destination)) {
New-Item -ItemType directory -Path $destination New-Item -ItemType directory -Path $destination
} }
Copy-Item target/release/rup -Destination $destination Copy-Item target/release/recipes -Destination $destination
Copy-Item key.secret -Destination $destination Copy-Item key.secret -Destination $destination
Copy-Item static -Destination $destination -Recurse -Force Copy-Item static -Destination $destination -Recurse -Force