Skip to content

Commit

Permalink
genisoinfo: fix google fonts
Browse files Browse the repository at this point in the history
Related to tuna/issues#1498
  • Loading branch information
ZenithalHourlyRate committed May 19, 2022
1 parent 61437db commit f75ea46
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions geninfo/genisolist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -822,13 +822,12 @@ version = $2 $3
category = font

[google fonts]
distro = Google Noto
listvers = 10
location = github-release/googlefonts/note*/*/*
pattern = googlefonts/(noto-\w+)/.*([vV][\.\d-]+\d).*/.+
platform = ttf
distro = Google Fonts
location = github-release/googlefonts/*/*/*
pattern = googlefonts/(noto-\w+)/LatestRelease/(.+\.zip)
version = $1 $2
category = font
nosort = true

[Sarasa Gothic]
distro = Sarasa Gothic
Expand Down Expand Up @@ -1071,7 +1070,7 @@ distro = Google Fonts
category = font
location = github-release/googlefonts/noto-fonts/LatestRelease/*
pattern = repo-snapshot.tar.gz
version = noto-emoji repo-snapshot
version = noto-fonts repo-snapshot
platform = tar.gz

[minikube]
Expand Down

0 comments on commit f75ea46

Please sign in to comment.