1
0
Fork 0
mirror of synced 2024-05-01 19:23:24 +12:00

Convert glyphs to 3.0.3

This commit is contained in:
Nikita Prokopov 2021-11-05 23:34:36 +01:00
parent fd5acad4fc
commit aa9ea3dede
2 changed files with 197 additions and 129 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,5 @@
#!/bin/zsh -euo pipefail
#!/bin/bash
set -o errexit -o nounset -o pipefail
cd "`dirname $0`/.."
VERSION="$(git describe --tags)"