Skip to content

Commit

Permalink
this is how we generate our shit.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed May 3, 2022
1 parent 7b6ce1d commit 4a1514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenixCard/OpenixCard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4a1514b

Please sign in to comment.