Actual fix for compression!
This commit is contained in:
@ -19,8 +19,8 @@ namespace AMXXRelease
|
||||
ProcessStartInfo info = new ProcessStartInfo();
|
||||
|
||||
info.FileName = m_Cfg.CompressPath();
|
||||
info.WorkingDirectory = m_Cfg.OutputPath();
|
||||
info.Arguments = "zcvf " + target + " " + dir;
|
||||
info.WorkingDirectory = dir;
|
||||
info.Arguments = "zcvf " + target + " " + "*";
|
||||
info.UseShellExecute = false;
|
||||
|
||||
Process p = Process.Start(info);
|
||||
|
Reference in New Issue
Block a user