Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Use v1.0-2 in quick_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
edran committed Jan 3, 2017
1 parent 683e736 commit 836b231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quick_setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ cp $TC_DIR/BWEnv/bin/*.dll ./
cp $TC_DIR/BWEnv/bin/*.sh ./
cp $TC_DIR/config/*.ini $SC_DIR/bwapi-data/
cp $TC_DIR/maps/micro/ $SC_DIR/Maps/BroodWar/ -r
curl -LO https://github.com/TorchCraft/TorchCraft/releases/download/v1.0-0/torchcraft-v1.0-0.zip
unzip torchcraft-v1.0-0.zip
cp torchcraft-v1.0-0/* ./
curl -LO https://github.com/TorchCraft/TorchCraft/releases/download/v1.0-2/torchcraft-v1.0-2.zip
unzip torchcraft-v1.0-2.zip
cp torchcraft-v1.0-2/* ./

if [[ `uname` == 'Darwin' ]]; then
sed -i '' "s|^ai *=.*|ai=$SC_DIR/BWEnv.dll|" bwapi-data/bwapi.ini
Expand Down

0 comments on commit 836b231

Please sign in to comment.