Skip to content

Commit 818cc97

Browse files
committed
Revert "DUMPER-COMPANION: Force generate DOS comaptible zip files"
This reverts commit ec2e54f. zip.js has been upgraded and this workaround is not needed anymore.
1 parent 41773a0 commit 818cc97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dumper-companion/src/Dumper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ export default class Dumper extends Component<Props, State> {
152152
volume.dumpToZip(zipFS.root, this.state.lang, !this.state.unicode, this.state.forceMacBinary, this.log.bind(this));
153153
const blob = await zipFS.exportBlob({
154154
level: 0,
155-
msDosCompatible: true,
156155
onprogress: (index, max) => {
157156
const percent = Math.floor(index / max * 100);
158157
this.updateDumpPercent(percent);

0 commit comments

Comments
 (0)