Skip to content

Commit

Permalink
Fix broken stroke types in 08207-LeFst.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
benkasminbullock committed Aug 6, 2024
1 parent 7385d01 commit d19f302
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 7 additions & 7 deletions kanji/08207-LeFst.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions updatepublic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ d=`date +%Y%m%d`
outFileOne="kanjivg-$d.xml.gz"
outFileAll="kanjivg-$d-all.zip"
outFileMain="kanjivg-$d-main.zip"
zip -r $outFileAll kanji/*.svg
zip -r $outFileMain kanji/?????.svg
zip -rq $outFileAll kanji/*.svg
zip -rq $outFileMain kanji/?????.svg
./kvg.py release
gzip -c kanjivg.xml >$outFileOne
release="r$d"
gh release create --generate-notes --prerelease $release $outFileOne $outFileAll $outFileMain

0 comments on commit d19f302

Please sign in to comment.