WIP: dev #1

Draft
nub31 wants to merge 103 commits from dev into master
Showing only changes of commit b45a0fa8cc - Show all commits

View File

@@ -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()))
{