Fixed compression on Linux
This commit is contained in:
@ -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())
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user