Skip to content

Commit

Permalink
All code has been tested but feel free to test further.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalexrouse committed Dec 8, 2023
1 parent a8d95f6 commit 9ea527f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/StartupArgManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ public static void MigrateArgsFile()
}
}
else
{
File.Move(OldFileLocation, StartupArgsPath);
}
}
}
}

0 comments on commit 9ea527f

Please sign in to comment.