mirror of
https://github.com/TangentFoxy/LovePackaging.git
synced 2024-11-09 09:34:22 +00:00
Added a fortune to the building process
This commit is contained in:
parent
fcbe9287aa
commit
5ed84486d4
2
build
2
build
@ -118,3 +118,5 @@ zip -r -X -q "$outputDir/$packageName-${version}_linux.zip" ./*
|
|||||||
echo " Done."
|
echo " Done."
|
||||||
|
|
||||||
echo "Builds complete. Unless there are errors above. Double check your files."
|
echo "Builds complete. Unless there are errors above. Double check your files."
|
||||||
|
echo
|
||||||
|
if which fortune > /dev/null 2>&1; then fortune; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user