rpm: fix rpm build

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-12-13 10:18:08 -08:00
parent 0cb400efe3
commit 0302a228f8
2 changed files with 3 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ name = "android.permission.INTERNET"
label = "Damus"
[package.metadata.generate-rpm]
name = "notedeck"
assets = [
{ source = "target/release/notedeck", dest = "/usr/bin/notedeck", mode = "755" },
]