Update build.sh

This commit is contained in:
LegacyGamerHD
2021-03-29 19:08:38 +02:00
committed by GitHub
parent 83f71f673b
commit 94264a57a3

View File

@@ -19,8 +19,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
fi
cd "$paperbasedir"
$gitcmd git am --skip
./paper jar
./paper jar
)
fi
@@ -37,7 +36,6 @@ echo "[Akarin] Ready to build"
else
rm -rf Paper-API/src
rm -rf Paper-Server/src
$gitcmd git am --skip
./paper patch
\cp -rf "$basedir/sources/src" "$paperbasedir/Paper-Server/"
\cp -rf "$basedir/sources/pom.xml" "$paperbasedir/Paper-Server/"
@@ -53,4 +51,4 @@ echo "[Akarin] Ready to build"
echo "[Akarin] Migrated final jar to $basedir/akarin-$minecraftversion.jar"
)
)
)