From af3f045732e68a5302be0d193d481fa0269274d7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 6 Sep 2025 13:12:33 +1200 Subject: [PATCH] config: Update 2 files --- .vscode/settings.json | 3 ++- source/src/templates.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5a185d5..69460ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -99,5 +99,6 @@ "locale": "cpp", "stacktrace": "cpp", "__locale": "cpp" - } + }, + "cmake.sourceDirectory": "/home/j/code/public/dropshell/source" } \ No newline at end of file diff --git a/source/src/templates.cpp b/source/src/templates.cpp index 841dab2..63fe851 100644 --- a/source/src/templates.cpp +++ b/source/src/templates.cpp @@ -259,7 +259,7 @@ // REQUIRED: unpackedhash - the hash of extracted contents if (metadata.contains("unpackedhash")) { registry_hash = metadata["unpackedhash"].get(); - debug << "Found unpackedhash in metadata: " << registry_hash << std::endl; + //debug << "Found unpackedhash in metadata: " << registry_hash << std::endl; } else { // unpackedhash is required for security error << "Template '" << template_name << "' from registry '" << mRegistry.name