1
0
Fork 0

Show correct paths in compile script

This commit is contained in:
Mat 2020-02-18 14:17:53 +02:00 committed by peterbell10
parent e290cb4e9b
commit 6e568e605e
1 changed files with 3 additions and 8 deletions

View File

@ -493,20 +493,15 @@ echo
#=================== Print success message ===================
cd ../Server
cd Server
echo
echo "-----------------"
echo "Compilation done!"
echo
echo "Cuberite awaits you at:"
echo "$PWD/Cuberite"
if [ "$CHOICE_BUILDTYPE" = "Debug" ]; then
echo "$PWD/Cuberite_debug"
else
echo "$PWD/Cuberite"
fi
cd ..
cd ../..
echo "
You can always update Cuberite by executing:
$PWD/compile.sh