Use srg reobfuscation scripts
This commit is contained in:
parent
5bcf736015
commit
f50ea85dfd
1 changed files with 2 additions and 2 deletions
|
@ -137,11 +137,11 @@
|
|||
|
||||
<!-- Reobfuscate -->
|
||||
<exec dir="${mcp.dir}" executable="cmd" osfamily="windows">
|
||||
<arg line="/c reobfuscate.bat"/>
|
||||
<arg line="/c reobfuscate_srg.bat"/>
|
||||
</exec>
|
||||
|
||||
<exec dir="${mcp.dir}" executable="sh" osfamily="unix">
|
||||
<arg value="reobfuscate.sh"/>
|
||||
<arg value="reobfuscate_srg.sh"/>
|
||||
</exec>
|
||||
|
||||
<!-- Copy classes -->
|
||||
|
|
Loading…
Reference in a new issue