From 6c5319c1950a3b6789f4cea9c454b36db2b3ad28 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 1 Sep 2022 13:01:20 -0400 Subject: [PATCH] Fixed typo in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] ]