Skip to content

Commit

Permalink
Echo version string on font build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-g committed Feb 20, 2024
1 parent 8388019 commit 43d5b6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/generate-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cd -- "$(dirname -- "${BASH_SOURCE[0]}")"/.. || exit 1

build_dir="/mnt/build"
version=${1:-$(git describe --tags)}
echo "Building OpenMoji fonts for version: $version"

# If we're connected to a terminal, don't flood it with ninja output,
# and enable ^C.
Expand Down

0 comments on commit 43d5b6e

Please sign in to comment.