Update UI compiler

This commit is contained in:
Jáchym Toušek
2019-04-18 18:56:49 +02:00
parent 6a5c2174bc
commit e6c94ed9ab
5 changed files with 64 additions and 37 deletions

30
versions.sh Normal file
View File

@@ -0,0 +1,30 @@
echo -n "Onikakushi win: "
py ./scripts/AssetVersion.py ./assets/vanilla/onikakushi/steam/win
echo -n "Onikakushi mac: "
py ./scripts/AssetVersion.py ./assets/vanilla/onikakushi/steam/mac
echo -n "Watanagashi win: "
py ./scripts/AssetVersion.py ./assets/vanilla/watanagashi/steam/win
echo -n "Watanagashi mac: "
py ./scripts/AssetVersion.py ./assets/vanilla/watanagashi/steam/mac
echo -n "Tatarigoroshi win: "
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/steam/win
echo -n "Tatarigoroshi mac: "
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/steam/mac
echo -n "Tatarigoroshi win MG: "
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/mg/win
echo -n "Tatarigoroshi mac MG: "
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/mg/mac
echo -n "Himatsubushi win: "
py ./scripts/AssetVersion.py ./assets/vanilla/himatsubushi/steam/win
echo -n "Himatsubushi mac: "
py ./scripts/AssetVersion.py ./assets/vanilla/himatsubushi/steam/mac
echo -n "Meakashi win: "
py ./scripts/AssetVersion.py ./assets/vanilla/meakashi/steam/win
echo -n "Meakashi mac: "
py ./scripts/AssetVersion.py ./assets/vanilla/meakashi/steam/mac
echo -n "Meakashi win GOG: "
py ./scripts/AssetVersion.py ./assets/vanilla/meakashi/gog/win
echo -n "Tsumihoroboshi win: "
py ./scripts/AssetVersion.py ./assets/vanilla/tsumihoroboshi/steam/win
echo -n "Tsumihoroboshi mac: "
py ./scripts/AssetVersion.py ./assets/vanilla/tsumihoroboshi/steam/mac