config: Update 2 files
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -99,5 +99,6 @@
|
||||
"locale": "cpp",
|
||||
"stacktrace": "cpp",
|
||||
"__locale": "cpp"
|
||||
}
|
||||
},
|
||||
"cmake.sourceDirectory": "/home/j/code/public/dropshell/source"
|
||||
}
|
@@ -259,7 +259,7 @@
|
||||
// REQUIRED: unpackedhash - the hash of extracted contents
|
||||
if (metadata.contains("unpackedhash")) {
|
||||
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 {
|
||||
// unpackedhash is required for security
|
||||
error << "Template '" << template_name << "' from registry '" << mRegistry.name
|
||||
|
Reference in New Issue
Block a user