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="/c" />
|
||||||
<arg value="${build.base_location}\forge\install.cmd" />
|
<arg value="${build.base_location}\forge\install.cmd" />
|
||||||
</exec>
|
</exec>
|
||||||
<exec dir="${build.base_location}/forge/" executable="bash" osfamily="unix">
|
<exec dir="${build.base_location}/forge/" executable="bash" osfamily="unix" failonerror="true">
|
||||||
<arg line="reobfuscate_srg.sh" />
|
<arg line="install.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue