From 4a1514b1f8b438caca00b27dad9cf71bf1eb3181 Mon Sep 17 00:00:00 2001 From: YuzukiTsuru Date: Tue, 3 May 2022 23:57:34 +0800 Subject: [PATCH] this is how we generate our shit. --- src/OpenixCard/OpenixCard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenixCard/OpenixCard.cpp b/src/OpenixCard/OpenixCard.cpp index b28e53e..9107c70 100644 --- a/src/OpenixCard/OpenixCard.cpp +++ b/src/OpenixCard/OpenixCard.cpp @@ -151,7 +151,7 @@ void OpenixCard::pack() { void OpenixCard::unpack_target_image() { // dump the packed image - std::filesystem::create_directories(this->output_file_path); + std::filesystem::create_directories(this->temp_file_path); crypto_init(); unpack_image(this->input_file.c_str(), this->temp_file_path.c_str(), this->is_absolute); if (this->is_cfg) {