commit
91dd6785ae
1 changed files with 8 additions and 1 deletions
|
@ -110,6 +110,13 @@
|
|||
<arg value="recompile.sh"/>
|
||||
</exec>
|
||||
|
||||
<!-- Check for failure -->
|
||||
<fail message="MCP failed to build">
|
||||
<condition>
|
||||
<resourcecontains resource="${mcp.dir}/logs/client_compile.log" substring="error:"/>
|
||||
</condition>
|
||||
</fail>
|
||||
|
||||
<!-- Reobfuscate -->
|
||||
<exec dir="${mcp.dir}" executable="cmd" osfamily="windows">
|
||||
<arg line="/c reobfuscate.bat"/>
|
||||
|
|
Loading…
Reference in a new issue