Skip to content

Commit

Permalink
Merge pull request #1691 from ryanoasis/feature/update-devicons
Browse files Browse the repository at this point in the history
Switch to devicons/devicon
  • Loading branch information
Finii authored Nov 13, 2024
2 parents f530e22 + f1dc799 commit 3e0e0e0
Show file tree
Hide file tree
Showing 39 changed files with 1,381 additions and 112 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**
!src/glyphs
!font-patcher
!glyphnames.json
!bin/scripts/name_parser/Fontname*.py
!bin/scripts/docker-entrypoint.sh
!.codeclimate.yml
1 change: 1 addition & 0 deletions bin/scripts/archive-font-patcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ find "${outputdir:?}" -name "FontPatcher.zip" -type f -delete
cd -- "$scripts_root_dir/../../" || exit 1
find "src/glyphs" | zip -9 "$outputdir/FontPatcher" -@
find "bin/scripts/name_parser" -name "Fontname*.py" | zip -9 "$outputdir/FontPatcher" -@
find "glyphnames.json" | zip -9 "$outputdir/FontPatcher" -@
find "font-patcher" | zip -9 "$outputdir/FontPatcher" -@

# add mini readme file
Expand Down
Loading

0 comments on commit 3e0e0e0

Please sign in to comment.