OpenRCT2/build_g2.sh

8 lines
166 B
Bash
Raw Normal View History

2015-05-31 01:20:15 +02:00
#!/bin/bash
2015-10-02 17:44:18 +02:00
if [[ $TARGET == "windows" ]]; then
wine openrct2.exe sprite build data/g2.dat resources/g2/
else
./openrct2 sprite build data/g2.dat resources/g2/
fi