31 lines
1.4 KiB
Bash
31 lines
1.4 KiB
Bash
echo -n "Onikakushi win: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/onikakushi/steam/win
|
|
echo -n "Onikakushi unix: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/onikakushi/steam/unix
|
|
echo -n "Watanagashi win: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/watanagashi/steam/win
|
|
echo -n "Watanagashi unix: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/watanagashi/steam/unix
|
|
echo -n "Tatarigoroshi win: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/steam/win
|
|
echo -n "Tatarigoroshi unix: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/steam/unix
|
|
echo -n "Tatarigoroshi win MG: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/mg/win
|
|
echo -n "Tatarigoroshi unix MG: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/tatarigoroshi/mg/unix
|
|
echo -n "Himatsubushi win: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/himatsubushi/steam/win
|
|
echo -n "Himatsubushi unix: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/himatsubushi/steam/unix
|
|
echo -n "Meakashi win: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/meakashi/steam/win
|
|
echo -n "Meakashi unix: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/meakashi/steam/unix
|
|
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 unix: "
|
|
py ./scripts/AssetVersion.py ./assets/vanilla/tsumihoroboshi/steam/unix
|