Skip to content
Snippets Groups Projects

Fix #200 debian package

Merged Benjamin Gallois requested to merge fix-200 into master
Compare and
11 files
+ 120
0
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -52,3 +52,8 @@ tokio = { workspace = true, features = [
bincode = { workspace = true }
dubp-wot = { workspace = true }
flate2 = { workspace = true, features = ["zlib-ng-compat"] }
[package.metadata.deb]
maintainer-scripts = "../resources/debian/"
systemd-units = { enable = false }
assets = [ ["resources/debian/env_file", "/etc/duniter/env_file", "0640"], ]
Loading