Fix debian build overwriting config file
Add missing `confi-files` parameter to `Cargo.toml`.
This commit is contained in:
parent
2ddb2d376f
commit
29caaff596
2 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1202,7 +1202,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webhookey"
|
name = "webhookey"
|
||||||
version = "0.1.0-rc.1"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"dirs",
|
"dirs",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "webhookey"
|
name = "webhookey"
|
||||||
version = "0.1.0-rc.1"
|
version = "0.1.0-rc.2"
|
||||||
authors = ["finga <webhookey@onders.org>"]
|
authors = ["finga <webhookey@onders.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
@ -38,3 +38,4 @@ assets = [
|
||||||
["README.md", "usr/share/doc/cargo-deb/README", "644"],
|
["README.md", "usr/share/doc/cargo-deb/README", "644"],
|
||||||
["debian/service", "lib/systemd/system/webhookey.service", "644"],
|
["debian/service", "lib/systemd/system/webhookey.service", "644"],
|
||||||
]
|
]
|
||||||
|
conf-files = ["/etc/webhookey/config.yml"]
|
||||||
|
|
Loading…
Reference in a new issue