mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix issue with dashes (and maybe spaces)
This commit is contained in:
@@ -312,7 +312,7 @@ Options:
|
|||||||
bool encounteredErrors = true;
|
bool encounteredErrors = true;
|
||||||
if (!_allfiles)
|
if (!_allfiles)
|
||||||
{
|
{
|
||||||
_psi.Arguments = _baseExtract + " " + item;
|
_psi.Arguments = _baseExtract + " \"" + item + "\"";
|
||||||
Process zip = Process.Start(_psi);
|
Process zip = Process.Start(_psi);
|
||||||
zip.WaitForExit();
|
zip.WaitForExit();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user