Skip to content

Commit

Permalink
Merge pull request #228 from amutake/fix/download-fonts
Browse files Browse the repository at this point in the history
Fix IPAexfont version in download-fonts.sh
  • Loading branch information
gfngfn committed Apr 24, 2020
2 parents 4a96192 + 559621b commit 8fba3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ else
echo "${MESSAGE_PREFIX} finished downloading '${NAME}.zip'."
fi
unzip -o ${CACHE}/${NAME}.zip "*.ttf" -d ${CACHE}/
cp ${CACHE}/IPAexfont00301/ipaexg.ttf lib-satysfi/dist/fonts/
cp ${CACHE}/IPAexfont00301/ipaexm.ttf lib-satysfi/dist/fonts/
cp ${CACHE}/IPAexfont00401/ipaexg.ttf lib-satysfi/dist/fonts/
cp ${CACHE}/IPAexfont00401/ipaexm.ttf lib-satysfi/dist/fonts/
echo "${MESSAGE_PREFIX} end."

0 comments on commit 8fba3bd

Please sign in to comment.