Don't delete Forge dir during setup
This commit is contained in:
parent
96ac7f6bf4
commit
8992fc3569
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@
|
|||
<!-- Setup mcp and forge -->
|
||||
<target name="setup" depends="download-files" if="out-of-date">
|
||||
|
||||
<delete dir="${forge.dir}" failonerror="false"/>
|
||||
|
||||
<unzip dest="${forge.dir}/.." src="${download.dir}/${forge.name}"/>
|
||||
|
||||
<!-- Fix executable permissions -->
|
||||
|
|
Loading…
Reference in a new issue