Skip to content

Commit

Permalink
Updating to version 0.2 of json-converter-bmpr
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasilyas committed Jan 6, 2018
1 parent 193e032 commit 5f72802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

GITHUB_ORG=https://github.com/waqasilyas
REPO_NAME=json-converter-bmpr
VERSION=0.1
VERSION=0.2

DOWNLOAD_URL=$GITHUB_ORG/$REPO_NAME/releases/download/v$VERSION/$REPO_NAME-$VERSION.zip

Expand All @@ -25,7 +25,7 @@ echo Downloading $DOWNLOAD_URL
wget -T30 -Ooutput/$REPO_NAME.zip $DOWNLOAD_URL

# Unpack converter and prepare output
cd output
cd $OUTPUT_DIR
7z x -tzip -o$PLUGIN_DIR $REPO_NAME.zip
mv $PLUGIN_DIR/$REPO_NAME-$VERSION $PLUGIN_DIR/$REPO_NAME

Expand Down

0 comments on commit 5f72802

Please sign in to comment.