Fix forge-install target
Run appropriate command on Linux - install.sh instead of non-existing reobfuscate_srg.sh in Forge directory
This commit is contained in:
parent
57f3eea90f
commit
e3513262a5
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
<arg value="/c" />
|
||||
<arg value="${build.base_location}\forge\install.cmd" />
|
||||
</exec>
|
||||
<exec dir="${build.base_location}/forge/" executable="bash" osfamily="unix">
|
||||
<arg line="reobfuscate_srg.sh" />
|
||||
<exec dir="${build.base_location}/forge/" executable="bash" osfamily="unix" failonerror="true">
|
||||
<arg line="install.sh" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue