Skip to content

Commit

Permalink
fix: url of install package
Browse files Browse the repository at this point in the history
  • Loading branch information
kogeletey committed Nov 27, 2023
1 parent 349dd7f commit d44277c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ download_release() {
filename="$2"

# TODO: Adapt the release URL convention for pipelight
url="$GH_REPO/archive/v${version}.tar.gz"
#url="$GH_REPO/archive/v${version}.tar.gz"
url="https://packages.pipelight.dev/pipelight-${version}-1-any.pkg.tar.zst"

echo "* Downloading $TOOL_NAME release $version..."
curl "${curl_opts[@]}" -o "$filename" -C - "$url" || fail "Could not download $url"
Expand Down

0 comments on commit d44277c

Please sign in to comment.