1
0
mirror of synced 2024-11-25 00:00:27 +01:00

sys: Create all new directory structures in init

This commit is contained in:
WerWolv 2021-08-28 16:29:15 +02:00
parent a9a2ec7c7b
commit 4b0b9acceb

View File

@ -63,12 +63,15 @@ namespace hex::init {
bool result = true;
std::array paths = {
ImHexPath::Patterns,
ImHexPath::PatternsInclude,
ImHexPath::Magic,
ImHexPath::Plugins,
ImHexPath::Resources,
ImHexPath::Config
ImHexPath::Patterns,
ImHexPath::PatternsInclude,
ImHexPath::Magic,
ImHexPath::Plugins,
ImHexPath::Resources,
ImHexPath::Config,
ImHexPath::Constants,
ImHexPath::Yara,
ImHexPath::Python
};
for (auto path : paths) {