fix exported zips being corrupted (#3901)

This commit is contained in:
Matt 2024-12-05 13:27:06 +00:00 committed by GitHub
parent f8c6cb4dbe
commit b88751d825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ namespace Bloxstrap.UI.ViewModels.Settings
}
zipStream.CloseEntry();
zipStream.Finish();
memStream.Position = 0;
using var outputStream = File.OpenWrite(dialog.FileName);