diff --git a/mifare_nested_i.h b/mifare_nested_i.h index 2767912875b..c11b8103944 100644 --- a/mifare_nested_i.h +++ b/mifare_nested_i.h @@ -21,7 +21,7 @@ #include #include "mifare_nested_icons.h" -#define NESTED_VERSION_APP "1.4.4" +#define NESTED_VERSION_APP "1.4.5" #define NESTED_GITHUB_LINK "https://github.com/AloneLiberty/FlipperNested" #define NESTED_RECOVER_KEYS_GITHUB_LINK "https://github.com/AloneLiberty/FlipperNestedRecovery" #define NESTED_NONCE_FORMAT_VERSION "3" diff --git a/mifare_nested_worker.c b/mifare_nested_worker.c index 06e7b57981b..744e7ff54e7 100644 --- a/mifare_nested_worker.c +++ b/mifare_nested_worker.c @@ -861,6 +861,8 @@ void mifare_nested_worker_collect_nonces_hard(MifareNestedWorker* mifare_nested_ FURI_LOG_I(TAG, "Found Mifare Classic Mini tag"); } + furi_string_set(folder_path, NESTED_FOLDER); + storage_common_mkdir(storage, furi_string_get_cstr(folder_path)); mifare_nested_worker_get_hardnested_folder_path(&data, folder_path); storage_common_mkdir(storage, furi_string_get_cstr(folder_path)); furi_string_free(folder_path);