store: Added encoding files to store, fixed crash when folder doesn't exist

This commit is contained in:
WerWolv
2022-01-23 21:52:24 +01:00
parent 053c897056
commit 9cf7fc4a2e
10 changed files with 67 additions and 37 deletions

View File

@@ -50,7 +50,7 @@ namespace hex::init {
try {
status = task() && status;
} catch (std::exception &e) {
log::error("Init task {} threw an exception: {}", name, e.what());
log::error("Init task '{}' threw an exception: {}", name, e.what());
status = false;
}

View File

@@ -66,6 +66,7 @@ namespace hex::init {
ImHexPath::Config,
ImHexPath::Constants,
ImHexPath::Yara,
ImHexPath::Encodings,
ImHexPath::Python,
ImHexPath::Logs
};