fixed packaging script
This commit is contained in:
parent
eba740b4ce
commit
5477f767b3
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ function package_all () {
|
||||||
|
|
||||||
zip -r $dir/minecraftforge$qual-$version.zip \
|
zip -r $dir/minecraftforge$qual-$version.zip \
|
||||||
*.class \
|
*.class \
|
||||||
net/minecraft/src/forge
|
forge
|
||||||
}
|
}
|
||||||
|
|
||||||
cd ../reobf
|
cd ../reobf
|
||||||
|
@ -41,4 +41,4 @@ package_all "-server"
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
#rm -rf reobf
|
rm -rf reobf
|
||||||
|
|
Loading…
Reference in a new issue