Add fwd-browse to the debian package

This commit is contained in:
John Doty 2024-08-16 10:36:56 -07:00
parent a4df8fc588
commit 3430cae957

View file

@ -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