Update email in conf
This commit is contained in:
parent
c8d793b76e
commit
33493c8991
3 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "common"
|
||||
version = "0.1.0"
|
||||
authors = ["Grégory Burri <gregory.burri@matisa.ch>"]
|
||||
authors = ["Grégory Burri <greg.burri@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
|||
|
|
@ -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