...
This commit is contained in:
@@ -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()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user