1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03: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)"