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

@ -32,7 +32,7 @@ namespace AMXXRelease
return false;
}
CompressDir(
PropSlashes(m_Cfg.OutputPath() + "\\" + m_Cfg.GetReleaseName() + "-" + mod.GetName() + ".zip"),
PropSlashes(m_Cfg.OutputPath() + "\\" + m_Cfg.GetReleaseName() + "-" + mod.GetName()),
PropSlashes(m_Cfg.OutputPath() + "\\" + mod.GetName())
);
}