Skip to content

Commit

Permalink
ci: Add install.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 9, 2020
1 parent e75b7a4 commit 931ace3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions esy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davesnx/query-json",
"version": "0.1.4",
"description": "Faster and simpler implementation of jq in Reason Native",
"version": "0.1.5",
"description": "Simpler implementation of jq in Reason Native",
"author": "davesnx <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/davesnx/query-json",
Expand Down
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ set_filename() {

download() {
if [ "$RELEASE" == "latest" ]; then
URL=https://github.com/danielo515/query-json/releases/latest/download/$FILENAME.zip
URL=https://github.com/davesnx/query-json/releases/latest/download/$FILENAME.zip
else
URL=https://github.com/danielo515/query-json/releases/download/$RELEASE/$FILENAME.zip
URL=https://github.com/davesnx/query-json/releases/download/$RELEASE/$FILENAME.zip
fi

DOWNLOAD_DIR=$(mktemp -d)
Expand Down

0 comments on commit 931ace3

Please sign in to comment.