Fix deb building sort of
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[package]
|
||||
name = "navidrome-playlists"
|
||||
name = "playlistd"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Jude Southworth (judesouthworth@pm.me)"]
|
||||
license = "AGPL-3.0 only"
|
||||
description = "Subsonic playlist daemon"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7", features = ["json"] }
|
||||
@@ -20,6 +21,7 @@ config = "0.14.0"
|
||||
[package.metadata.deb]
|
||||
depends = "$auto"
|
||||
assets = [
|
||||
["target/release/playlistd", "usr/bin/playlistd", "755"],
|
||||
["etc/playlistd.toml", "etc/playlistd.toml", "600"],
|
||||
]
|
||||
conf-files = [
|
||||
|
Reference in New Issue
Block a user