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

@ -1,7 +1,7 @@
[package] [package]
name = "common" name = "common"
version = "0.1.0" version = "0.1.0"
authors = ["Grégory Burri <gregory.burri@matisa.ch>"] authors = ["Grégory Burri <greg.burri@gmail.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -17,7 +17,7 @@ if (!(Test-Path -Path $destination)) {
Copy-Item target/release/recipes -Destination $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. # Do not overwrite the configuration.
if (!(Test-Path -Path $destination/conf.ron)) { if (!(Test-Path -Path $destination/conf.ron)) {