From d7ab0edcb70bf6e6ef88d88e34e79291bebbfd20 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Sun, 9 Jul 2023 20:09:38 +1000 Subject: [PATCH] Update old compileall.sh to remove unused sharedassets configurations --- compileall.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/compileall.sh b/compileall.sh index 765a530..091b0b7 100644 --- a/compileall.sh +++ b/compileall.sh @@ -15,13 +15,10 @@ 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 && \ cargo run matsuribayashi 5.6.7f1 unix && \ -cargo run matsuribayashi 2017.2.5 unix && \ -cargo run matsuribayashi 2017.2.5 win && \ cargo run rei 2019.4.3 win && \ cargo run rei 2019.4.4 win && \ cargo run rei 2019.4.3 unix && \