Update email in conf
This commit is contained in:
parent
c8d793b76e
commit
33493c8991
3 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ if (!(Test-Path -Path $destination)) {
|
|||
|
||||
Copy-Item target/release/recipes -Destination $destination
|
||||
|
||||
Copy-Item static -Destination $destination -Recurse -Force
|
||||
Copy-Item backend/static -Destination $destination -Recurse -Force
|
||||
|
||||
# Do not overwrite the configuration.
|
||||
if (!(Test-Path -Path $destination/conf.ron)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue