Skip to content

Commit

Permalink
fix exported zips being corrupted
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Dec 5, 2024
1 parent 729ee2b commit 8c9de7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bloxstrap/UI/ViewModels/Settings/BloxstrapViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private void ExportData()
}

zipStream.CloseEntry();
zipStream.Finish();
memStream.Position = 0;

using var outputStream = File.OpenWrite(dialog.FileName);
Expand Down

0 comments on commit 8c9de7a

Please sign in to comment.