Fixed compression on Linux

This commit is contained in:
David Anderson
2005-08-25 08:20:11 +00:00
parent 0176d3a2ae
commit c213c771d2
4 changed files with 16 additions and 5 deletions

View File

@ -20,7 +20,7 @@ namespace AMXXRelease
info.FileName = m_Cfg.CompressPath();
info.WorkingDirectory = dir;
info.Arguments = "-r " + target + " " + "*.*";
info.Arguments = "-r " + target + ".zip " + "*.*";
info.UseShellExecute = false;
Process p = Process.Start(info);