diff --git a/build b/build index 8ab6cc6..ed4c8e9 100644 --- a/build +++ b/build @@ -118,3 +118,5 @@ zip -r -X -q "$outputDir/$packageName-${version}_linux.zip" ./* echo " Done." echo "Builds complete. Unless there are errors above. Double check your files." +echo +if which fortune > /dev/null 2>&1; then fortune; fi