Added Logo

This commit is contained in:
2025-06-02 23:35:03 -04:00
parent 29f21d84d8
commit d3eba6560d
12 changed files with 255 additions and 44 deletions

View File

@@ -21,7 +21,7 @@
Help()
{
echo "Bash script for building fennec from source."
echo "Bash script for building fennec from source. By default, the build script executes in release mode."
echo
echo "GNU long options:"
echo "--help (-h) = Print this help info."
@@ -82,6 +82,11 @@ All()
# Main Program =========================================================================================================
if [[ $# -eq 0 ]] ; then
Release
exit 0
fi
while [ "${1:-}" != '' ]; do
case "$1" in
'--debug' | '-d')