Wrong exe to copy
This commit is contained in:
parent
b4de1583ca
commit
4dcf1f1a22
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if (!(Test-Path -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 static -Destination $destination -Recurse -Force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue