diff --git a/Cargo.toml b/Cargo.toml index 4466077..36f480a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ maintainer-scripts = "build/debian/service" depends = "ffmpeg (>= 4)" section = "video" assets = [ - ["target/release/adept", "usr/bin", "755"], + ["target/release/adept", "usr/bin/adept", "755"], ["build/etc/example.toml", "etc/adept/example.toml", "644"], ["README.md", "usr/share/doc/adept/README", "644"] ]