mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-30 14:21:04 +00:00
fix: fixing translation
This commit is contained in:
@@ -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",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user