mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 13:09:59 -06:00
fixing unrar
This commit is contained in:
@@ -25,6 +25,7 @@ internal class UnrarCommandLine
|
||||
var process = new Process();
|
||||
process.StartInfo.FileName = "unrar";
|
||||
process.StartInfo.ArgumentList.Add("x");
|
||||
process.StartInfo.ArgumentList.Add("-o+");
|
||||
process.StartInfo.ArgumentList.Add(workingFile);
|
||||
process.StartInfo.ArgumentList.Add(destinationPath);
|
||||
process.StartInfo.UseShellExecute = false;
|
||||
|
||||
Reference in New Issue
Block a user