mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
fix: fixing translation
This commit is contained in:
@@ -27,7 +27,7 @@ export class _7Zip {
|
||||
const child = cp.spawn(this.binaryPath, [
|
||||
"x",
|
||||
filePath,
|
||||
"-o" + outputPath,
|
||||
`-o"${outputPath}"`,
|
||||
"-y",
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user