From b45a0fa8cc16fd92dc79ed521f5e8bb26e611c0c Mon Sep 17 00:00:00 2001 From: nub31 Date: Tue, 10 Feb 2026 23:28:32 +0100 Subject: [PATCH] ... --- compiler/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/Program.cs b/compiler/Program.cs index 1eb5912..c5f66c7 100644 --- a/compiler/Program.cs +++ b/compiler/Program.cs @@ -174,8 +174,6 @@ static void WriteNublib(string outputPath, string archivePath, Manifest manifest WriteIndented = true, }); - File.WriteAllText(".build/manifest.json", serialized); - var manifestEntry = zip.CreateEntry("manifest.json"); using (var writer = new StreamWriter(manifestEntry.Open())) {