compressor step is now optional
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40812
This commit is contained in:
parent
6328445043
commit
ca52426825
@ -173,6 +173,8 @@ namespace builder
|
|||||||
}
|
}
|
||||||
|
|
||||||
string pkg_file = null;
|
string pkg_file = null;
|
||||||
|
if (cfg.Compressor != null)
|
||||||
|
{
|
||||||
if ((pkg_file=CompressPackage(pkg)) == null)
|
if ((pkg_file=CompressPackage(pkg)) == null)
|
||||||
{
|
{
|
||||||
throw new System.Exception("Failed to compress package: " + pkg.GetPackageName());
|
throw new System.Exception("Failed to compress package: " + pkg.GetPackageName());
|
||||||
@ -195,3 +197,4 @@ namespace builder
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user