Skip to content

Commit

Permalink
Rename the temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed May 4, 2024
1 parent 256556e commit 0f8fbe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public boolean process(File librariesDir, File minecraft, File root, File instal
try {
if (!data.isEmpty()) {
StringBuilder err = new StringBuilder();
Path temp = Files.createTempDirectory("forge_installer");
Path temp = Files.createTempDirectory("neoforge_installer");
monitor.start("Created Temporary Directory: " + temp);
double steps = data.size();
int progress = 1;
Expand Down

0 comments on commit 0f8fbe2

Please sign in to comment.