File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ int main(int argc, char **argv)
4545 console_set_status (" \n " GREEN " Mod Installer" RESET);
4646 if (!std::filesystem::exists (mods_root))
4747 mkdirs (mods_root, 0777 );
48+ mkdir (backups_root, 0777 );
4849 if (std::filesystem::is_directory (std::filesystem::status (arc_path)) && !std::filesystem::is_empty (arc_path))
4950 fsdevSetArchiveBit (arc_path.c_str ());
5051 if (!std::filesystem::exists (outPath) || std::filesystem::is_empty (arc_path))
Original file line number Diff line number Diff line change @@ -601,7 +601,6 @@ void modInstallerMainLoop(int kDown)
601601 consoleUpdate (NULL );
602602 if (start_install && found_dir) {
603603 consoleClear ();
604- mkdir (backups_root, 0777 );
605604 perform_installation ();
606605 installation_finish = true ;
607606 mod_dirs = NULL ;
You can’t perform that action at this time.
0 commit comments