From d5da14b726c02f9e3fd1f37530c238d02fa7129a Mon Sep 17 00:00:00 2001 From: UnamSanctam <10323655+UnamSanctam@users.noreply.github.com> Date: Fri, 3 Sep 2021 11:11:39 +0200 Subject: [PATCH] Update Builder.cs --- UnamDownloader/Builder.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/UnamDownloader/Builder.cs b/UnamDownloader/Builder.cs index 7daf353..3ed90c3 100644 --- a/UnamDownloader/Builder.cs +++ b/UnamDownloader/Builder.cs @@ -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 {