Fixed bug in build script that caused the Minecraft/MinecraftServer classes to not be included.
This commit is contained in:
parent
fcaddfd0fa
commit
fcc1e1b9fb
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ function package_all () {
|
|||
|
||||
echo "Making minecraftforge$qual-$version.zip"
|
||||
|
||||
zip -r "$dir/minecraftforge$qual-$version.zip" \
|
||||
minecraftforge_credits.txt \
|
||||
*.class \
|
||||
forge
|
||||
zip -r "$dir/minecraftforge$qual-$version.zip" .
|
||||
}
|
||||
|
||||
cd ../reobf
|
||||
|
|
Loading…
Reference in a new issue