Tools/make_dist.sh: no longer require 'tree'

This commit is contained in:
Marco Cawthorne 2025-02-11 02:25:07 -08:00
parent f4238fdd2f
commit 5e860ea53b

View file

@ -9,10 +9,6 @@ if ! [ -x "$(command -v zip)" ]; then
printf "'zip' is not installed.\n" >&2
exit 2
fi
if ! [ -x "$(command -v tree)" ]; then
printf "'tree' is not installed.\n" >&2
exit 2
fi
if [ $# -lt 2 ]; then
printf "$0 [gamedir] [output dir]\n" >&2