Skip to content

Commit 3e0e0e0

Browse files
authored
Merge pull request #1691 from ryanoasis/feature/update-devicons
Switch to devicons/devicon
2 parents f530e22 + f1dc799 commit 3e0e0e0

39 files changed

+1381
-112
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
**
33
!src/glyphs
44
!font-patcher
5+
!glyphnames.json
56
!bin/scripts/name_parser/Fontname*.py
67
!bin/scripts/docker-entrypoint.sh
78
!.codeclimate.yml

bin/scripts/archive-font-patcher.sh

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ find "${outputdir:?}" -name "FontPatcher.zip" -type f -delete
2929
cd -- "$scripts_root_dir/../../" || exit 1
3030
find "src/glyphs" | zip -9 "$outputdir/FontPatcher" -@
3131
find "bin/scripts/name_parser" -name "Fontname*.py" | zip -9 "$outputdir/FontPatcher" -@
32+
find "glyphnames.json" | zip -9 "$outputdir/FontPatcher" -@
3233
find "font-patcher" | zip -9 "$outputdir/FontPatcher" -@
3334

3435
# add mini readme file

0 commit comments

Comments
 (0)