diff options
Diffstat (limited to 'lib/compilers/dosbox-compiler.ts')
-rw-r--r-- | lib/compilers/dosbox-compiler.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/compilers/dosbox-compiler.ts b/lib/compilers/dosbox-compiler.ts index 3bb784e15..2d48d2c62 100644 --- a/lib/compilers/dosbox-compiler.ts +++ b/lib/compilers/dosbox-compiler.ts @@ -64,8 +64,6 @@ export class DosboxCompiler extends BaseCompiler { await fs.writeFile(inputFilename, source.replaceAll(/\n/g, '\r\n')); if (files && files.length > 0) { - (filters as any).dontMaskFilenames = true; - await this.writeMultipleFiles(files, dirPath); } |