fix: fixing translation

This commit is contained in:
Chubby Granny Chaser
2025-04-01 23:42:24 +01:00
parent 54ab719935
commit d15ef33a86

View File

@@ -27,7 +27,7 @@ export class _7Zip {
const child = cp.spawn(this.binaryPath, [ const child = cp.spawn(this.binaryPath, [
"x", "x",
filePath, filePath,
"-o" + outputPath, `-o"${outputPath}"`,
"-y", "-y",
]); ]);