electron / get

Download Electron release artifacts
https://npm.im/@electron/get
MIT License
337 stars 106 forks source link

feat: cacheMode option #267

Closed dsanders11 closed 1 month ago

dsanders11 commented 8 months ago

Closes #209. This is less of a problem these days as @electron/fiddle-core actually steals the file out of the cache, so there's not duplicate copies, but that's not optimal behavior, and leaves behind SHASUMS256.txt files in the cache unnecessarily. So, provide an option to not add the downloaded file to the cache.

Closes electron/packager#1552

MarshallOfSound commented 1 month ago

@dsanders11 @erickzhao got bored at the airport, updated this to use an enum and such

dsanders11 commented 1 month ago

I can't approve my own PR, but LGTM. 👍

continuous-auth[bot] commented 1 month ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: