Actual fix for compression!

This commit is contained in:
David Anderson
2005-08-25 08:02:48 +00:00
parent 92653ceebc
commit 0176d3a2ae
5 changed files with 8 additions and 8 deletions

View File

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