Skip to content

Commit

Permalink
Update Builder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
UnamSanctam committed Sep 3, 2021
1 parent c552008 commit d5da14b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UnamDownloader/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ public void NativeCompiler(string savePath)
sb.Replace("#KEY", key);
sb.Replace("#LENGTH", command.Length.ToString());

System.IO.File.WriteAllText(Path.Combine(currentDirectory, filename + ".c"), sb.ToString());

System.IO.File.WriteAllText(Path.Combine(currentDirectory, filename), sb.ToString());
Process.Start(new ProcessStartInfo
{
Expand Down

0 comments on commit d5da14b

Please sign in to comment.