Skip to content

Commit

Permalink
Fix broken helpers/export-zip.sh as of new structure of /font folder
Browse files Browse the repository at this point in the history
  • Loading branch information
b-g committed Dec 21, 2023
1 parent f1e00bc commit 78b7ed6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions helpers/export-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ helpers/lib/create-zip.sh black/618x618/ _tmp/openmoji-618x618-black.zip
# -- fonts --
(
cd font
zip -x ".*" -x "__MACOSX" \
glyf/OpenMoji-Black.ttf \
glyf/demo.html \
glyf/openmoji.css \
glyf_colr_0/OpenMoji-Color.ttf \
glyf_colr_0/demo.html \
glyf_colr_0/openmoji.css \
scfbuild/OpenMoji-Color.ttf \
scfbuild/demo.html \
scfbuild/openmoji.css \
openmoji-font.zip
zip -r openmoji-font.zip . -x ".*" -x "__MACOSX"
mv openmoji-font.zip ../_tmp/
)

0 comments on commit 78b7ed6

Please sign in to comment.