Skip to main content

RELEASE_DOWNLOAD_BASE

Constant RELEASE_DOWNLOAD_BASE 

Source
pub const RELEASE_DOWNLOAD_BASE: &str = "https://github.com/Life-Experimentalist/dev-prune/releases/download";
Expand description

Where a release’s assets live, with {tag} standing in for v1.4.0.

Used by devp update --install to fetch the uncompressed binary and its .sha256 sidecar. Deliberately the plain releases/download path rather than an API endpoint: it needs no token, is not rate-limited per-IP the way api.github.com is, and is the same URL a person would click on the release page.