mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2026-09-10 07:36:35 -04:00
release.sh: Fix order of ops
generate-css.sh also creates glyphnames.json, and a current one of that is needed for the font-patcher, i.e. gotta-patch-em The font-patcher-zip release has been missing. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
a104906a8b
commit
4b791dffcb
|
|
@ -15,12 +15,13 @@ fi
|
|||
release=$1
|
||||
|
||||
./version-bump.sh "$release"
|
||||
./generate-css.sh
|
||||
./gotta-patch-em-all-font-patcher!.sh
|
||||
./generate-fontconfig.sh
|
||||
./generate-casks.sh
|
||||
./archive-fonts.sh
|
||||
#./upload-archives.sh # better done as a separate step (via gh action)
|
||||
./generate-css.sh
|
||||
./archive-font-patcher.sh
|
||||
./generate-webfonts.sh
|
||||
|
||||
exit
|
||||
|
|
|
|||
Loading…
Reference in a new issue