Tags: ahippler/get
Tags
fix: avoid long paths in cache & lower the number of folders created (e… …lectron#186) Uses a sha256 checksum instead of filenamify for cache paths Fixes electron#185
fix: skip checksum for versions before it was implemented (electron#182)
fix: deprecate mirrorOptions.nightly_mirror in favor of mirrorOptions… ….nightlyMirror (electron#157) Fixes a variable inconsistency in mirrorOptions - all variables were camelCase except nightly_mirror. Keeps and deprecates previous version.
feat: allow custom URL resolution with resolveAssetURL (electron#158)
feat: allow only passing a base URL to downloadArtifact (electron#156) In some cases the url passed with a mirror will be fully-formed and not have path/name at the end, meaning that the current logic will tack it on and cause failures. This fixes that by optionally allowing only the base url to be passed to got for download.
fix: always transform arch passed to downloadArtifact (electron#141)
PreviousNext