1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00

Fix clean.sh

It was missing the output of the `zh-Hans` edition previously
This commit is contained in:
jeremy@jermolene.com 2023-04-10 21:03:26 +01:00
parent bffe538982
commit b1c295230d

View File

@ -2,4 +2,4 @@
# Remove any output files
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
find . -regex "^./editions/.*/output/.*" -delete