Change the games folder to maps and add it to the gitignore, updating the USAGE text to reflect this
This commit is contained in:
parent
7cf33ba458
commit
24e17450aa
4 changed files with 104 additions and 7 deletions
|
@ -20,7 +20,8 @@ if [[ $? != 0 ]]; then
|
|||
fi
|
||||
|
||||
echo "TTRTS: Generating maps"
|
||||
cd ../games
|
||||
test ! -e ../maps && mkdir ../maps
|
||||
cd ../maps
|
||||
./../build/gen/ttrts-gen
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "TTRTS: Generating maps, exiting Bootstrap"
|
||||
|
@ -33,4 +34,4 @@ if [ ! -e build/ttrts/ttrts ]; then
|
|||
fi
|
||||
|
||||
cp build/ttrts/ttrts .
|
||||
chmod a+x ttrts
|
||||
chmod a+x ttrts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue