You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(installer): resolve asset URL by tag, robust to minified API JSON
A single-line (minified) GitHub API response broke install.sh's line-based
`grep browser_download_url | cut -d '"' -f 4`: it grabbed the 4th quote-field
of the whole blob — the release object's API `url` — so self-update downloaded
JSON and the magic-byte guard refused to install. Derive the tag (splitting on
commas so it works pretty or minified) and construct the asset URL directly.
install.ps1 uses a real JSON parser and was unaffected.
0 commit comments