From 07b13c8005d0b053d4cd70b9ecd82ddef03e500e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Fri, 17 Jul 2020 19:11:44 +0200 Subject: [PATCH] Add tsumi bundle version --- compileall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compileall.sh b/compileall.sh index 936b77f..647a682 100644 --- a/compileall.sh +++ b/compileall.sh @@ -15,6 +15,7 @@ cargo run meakashi 5.5.3p1 win && \ cargo run meakashi 5.5.3p1 unix && \ cargo run tsumihoroboshi 5.5.3p3 win && \ cargo run tsumihoroboshi 5.5.3p3 unix && \ +cargo run tsumihoroboshi 5.6.7f1 win && \ cargo run minagoroshi 5.6.7f1 win && \ cargo run minagoroshi 5.6.7f1 unix && \ cargo run matsuribayashi 5.6.7f1 win && \