Packages (Linux): print opkg in JSON format

This commit is contained in:
李通洲
2023-10-07 17:20:39 +08:00
parent fe4eb564e1
commit 55f0f75c95
+1
View File
@@ -180,6 +180,7 @@ void ffGeneratePackagesJson(FF_MAYBE_UNUSED FFPackagesOptions* options, yyjson_m
FF_APPEND_PACKAGE_COUNT(snap)
FF_APPEND_PACKAGE_COUNT(winget)
FF_APPEND_PACKAGE_COUNT(xbps)
FF_APPEND_PACKAGE_COUNT(opkg)
yyjson_mut_obj_add_strbuf(doc, obj, "pacmanBranch", &counts.pacmanBranch);
}