From 19103f19b0862efe682f03dc3e81d53d4ddec1cb Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 13 Feb 2024 20:51:02 +0000 Subject: [PATCH] Renamed JSON key from `supportedTargets` to just `targets`, in `--capabilities-machine` command output --- src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.cpp b/src/Application.cpp index 980232b0..de3d4e5a 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -408,7 +408,7 @@ int Application::presentCapabilitiesMachine() { } std::cout << QJsonDocument(QJsonObject({ - {"supportedTargets", supportedTargets}, + {"targets", supportedTargets}, #ifndef EXCLUDE_INSIGHT {"insight", true}, #else