Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
evolsnow committed Feb 7, 2017
1 parent 032b8d1 commit a2f1e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gox github.com/evolsnow/robot
mkdir -p out
for FILE in *
do
DIR="${FILE%.*}"_v1_2
DIR="${FILE%.*}"_v1_3
mkdir -p "$DIR"
cp "${FILE}" "$DIR"
cp ../../config.json "$DIR"
Expand Down

0 comments on commit a2f1e75

Please sign in to comment.