mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-07 02:46:50 +00:00
GitHub has two archive formats: - legacy: codeload.github.com/.../legacy.tar.gz/... → Owner-Repo-Hash/ - current: github.com/.../archive/refs/tags/TAG.tar.gz → repo-version/ The API's tarball_url redirects to the legacy format. Node.js follows this redirect. The current format is cleaner: predictable filenames (repo-version.tar.gz), consistent directory names (repo-version/), and standard github.com URLs. Verified: aliasman-1.1.2.tar.gz extracts to aliasman-1.1.2/ which matches the install script glob (mv ./*aliasman*/aliasman ...).