From 3430cae95740ce5a446647ec7ed691bd4867bc23 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 16 Aug 2024 10:36:56 -0700 Subject: [PATCH] Add fwd-browse to the debian package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7e9f5ac..bed9327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ section = "net" depends = [] # No auto deps? assets = [ ["target/release/fwd", "usr/bin/", "755"], + ["target/release/fwd-browse", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/fwd/", "644"], ["README.md", "usr/share/doc/fwd/README", "644"], # The man page is automatically generated by fwd's build process. See