Branding updates

This commit is contained in:
2025-10-17 09:15:08 -06:00
parent 8529f76c22
commit 602b5f8938
50 changed files with 468 additions and 144 deletions

12
branding/generate.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
if ! command -v python3 &> /dev/null; then
echo "Error: Python 3 required"
exit 1
fi
python3 "$SCRIPT_DIR/generate.py"