Fixed typo in Cargo.toml

This commit is contained in:
Gregory Ballantine 2022-09-01 13:01:20 -04:00
parent 9900cd13b4
commit 6c5319c195

View File

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