mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 18:36:50 +00:00
Add unofficial_url to node/releases.conf and update the nodedist fetcher/classifier to fetch from both URLs. Raw entries are stored with "official/" or "unofficial/" tag prefixes so they don't overwrite each other. The classifier picks the correct base URL from the prefix. This matches the Node.js releases.js behavior which merges both sources, adding musl, riscv64, loong64, and 7z builds from unofficial.
4 lines
131 B
Plaintext
4 lines
131 B
Plaintext
source = nodedist
|
|
url = https://nodejs.org/download/release
|
|
unofficial_url = https://unofficial-builds.nodejs.org/download/release
|