fix manifests bin path

This commit is contained in:
CherretGit
2026-03-16 17:24:14 +07:00
parent 05105fd0dc
commit 6c979bdeea

View File

@@ -106,7 +106,7 @@ pub async fn start_service() -> anyhow::Result<()> {
.map(|m| (m.id().clone(), m))
.collect();
let bins: HashMap<String, Manifest> =
get_all_manifests(&ZAPRETT_DIR_PATH.join("manifests/bin/exclude"))
get_all_manifests(&ZAPRETT_DIR_PATH.join("manifests/bin"))
.unwrap_or_default()
.into_iter()
.map(|m| (m.id().clone(), m))