Update email in conf

This commit is contained in:
Grégory Burri 2019-08-15 11:35:59 +02:00
parent c8d793b76e
commit 33493c8991
3 changed files with 2 additions and 2 deletions

View file

@ -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)) {