Fix deb building sort of

This commit is contained in:
jude
2024-04-16 20:54:15 +01:00
parent 06ccea56d1
commit ace0f4927a
4 changed files with 32 additions and 23 deletions

View File

@@ -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 = [