config: Update 2 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 39s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m11s

This commit is contained in:
Your Name
2025-09-06 13:12:33 +12:00
parent 620fb2406c
commit af3f045732
2 changed files with 3 additions and 2 deletions

View File

@@ -99,5 +99,6 @@
"locale": "cpp", "locale": "cpp",
"stacktrace": "cpp", "stacktrace": "cpp",
"__locale": "cpp" "__locale": "cpp"
} },
"cmake.sourceDirectory": "/home/j/code/public/dropshell/source"
} }

View File

@@ -259,7 +259,7 @@
// REQUIRED: unpackedhash - the hash of extracted contents // REQUIRED: unpackedhash - the hash of extracted contents
if (metadata.contains("unpackedhash")) { if (metadata.contains("unpackedhash")) {
registry_hash = metadata["unpackedhash"].get<std::string>(); registry_hash = metadata["unpackedhash"].get<std::string>();
debug << "Found unpackedhash in metadata: " << registry_hash << std::endl; //debug << "Found unpackedhash in metadata: " << registry_hash << std::endl;
} else { } else {
// unpackedhash is required for security // unpackedhash is required for security
error << "Template '" << template_name << "' from registry '" << mRegistry.name error << "Template '" << template_name << "' from registry '" << mRegistry.name