Skip to content

fix(installer): avoid empty-tag latest release URL failures#34

Open
SergioChan wants to merge 1 commit intofilebrowser:masterfrom
SergioChan:fix/issue-26-latest-download
Open

fix(installer): avoid empty-tag latest release URL failures#34
SergioChan wants to merge 1 commit intofilebrowser:masterfrom
SergioChan:fix/issue-26-latest-download

Conversation

@SergioChan
Copy link

Summary

  • switch release artifact download URL to GitHub's releases/latest/download/... redirect instead of querying the releases API for tag_name
  • removes the installer's dependency on the API response parsing path that can leave an empty tag and produce .../download//... URLs
  • keeps the download target scoped to the same OS/arch artifact naming already in use

Testing

  • bash -n get.sh

Related

Fixes #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

403 Forbidden when fetching latest version information

1 participant