From 9d159b645bf25249c8d3e89ab27ff41b5afdefd4 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 22 Jul 2023 11:27:00 -0400 Subject: [PATCH] Embed README in deb --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7ceed5..37458a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,8 @@ path = "src/cli/main.rs" section = "network" assets = [ ["target/release/protomask", "/usr/local/bin/protomask", "755"], - ["./protomask.toml", "/etc/protomask.toml", "644"] + ["./protomask.toml", "/etc/protomask.toml", "644"], + ["README.md", "usr/share/doc/protomask/README.md", "644"] ] conf-files = ["/etc/protomask.toml"] depends = []