Skip to content

Commit

Permalink
create output folder (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
water111 authored Feb 8, 2021
1 parent e01e065 commit 499f614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decompiler/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ int main(int argc, char** argv) {
strs.push_back(file_util::combine_path(in_folder, str_name));
}

file_util::create_dir_if_needed(out_folder);

// build file database
lg::info("Setting up object file DB...");
ObjectFileDB db(dgos, get_config().obj_file_name_map_file, objs, strs);
Expand Down

0 comments on commit 499f614

Please sign in to comment.