mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix exported zips being corrupted
This commit is contained in:
parent
729ee2bbf4
commit
8c9de7a2d6
@ -62,6 +62,7 @@ namespace Bloxstrap.UI.ViewModels.Settings
|
||||
}
|
||||
|
||||
zipStream.CloseEntry();
|
||||
zipStream.Finish();
|
||||
memStream.Position = 0;
|
||||
|
||||
using var outputStream = File.OpenWrite(dialog.FileName);
|
||||
|
Loading…
Reference in New Issue
Block a user