mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 02:01:29 -07:00
fix exported zips being corrupted (#3901)
This commit is contained in:
parent
f8c6cb4dbe
commit
b88751d825
@ -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