Skip to content

Commit

Permalink
Devicons: Correct version number [skip-ci]
Browse files Browse the repository at this point in the history
[why]
The version number of the deficons.ttf did not change but the glyphs got
modified.

[how]
The version number is manual anyhow, so use a `git describe --tags` like
descriptor. That can also stay for example when/after 3.4.0 is released.

[note]
Skipping zip creation because another MR will be pulled soon and we can
reduce the repo size by having fewer changed files (i.e. the zip).

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Jan 8, 2025
1 parent 43efa50 commit 3d87208
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Devicons (version v2.16.0, 496 icons, 12 aliases)
# Does not include all icons of the release
# Codepoints: E700-E8EF
# Nerd Fonts Version: 3.3.0
# Nerd Fonts Version: 3.3.0-49
# Script Version: (autogenerated)
test -n "$__i_dev_loaded" && return || __i_dev_loaded=1
i='' i_dev_aarch64=$i
Expand Down
Binary file modified src/glyphs/devicons/devicons.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/glyphs/devicons/generate
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import fontforge, psMat

# Double-quotes required here, for version-bump.sh:
# version-bump.sh is not working here, need to adjust manually!
version = "3.3.0"
version = "3.3.0-49"

dev_version = 'v2.16.0'
archive = '{}.tar.gz'.format(dev_version)
Expand Down

0 comments on commit 3d87208

Please sign in to comment.