had an extra .zip on the end of the file name
This commit is contained in:
parent
3b651891a4
commit
ee31e6e8e5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<get src="${dir.bc}" dest="download" usetimestamp="True"/>
|
||||
<unzip dest="download/unzip/.." src="download/master.zip"/>
|
||||
<get src="${dir.cc}" dest="download" usetimestamp="True"/>
|
||||
<unzip dest="download/cc/" src="download/ComputerCraft1.52.zip.zip"/>
|
||||
<unzip dest="download/cc/" src="download/ComputerCraft1.52.zip"/>
|
||||
|
||||
<copy todir="${dir.mcp}/src/minecraft">
|
||||
|
||||
|
|
Loading…
Reference in a new issue