sys: Create all new directory structures in init
This commit is contained in:
parent
a9a2ec7c7b
commit
4b0b9acceb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user