-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: cacheMode option #267
Conversation
@dsanders11 @erickzhao got bored at the airport, updated this to use an enum and such |
I can't approve my own PR, but LGTM. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can approve it lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
impl looks great
Co-authored-by: Erick Zhao <erick@hotmail.ca>
Co-authored-by: Erick Zhao <erick@hotmail.ca>
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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 behindSHASUMS256.txt
files in the cache unnecessarily. So, provide an option to not add the downloaded file to the cache.Closes electron/packager#1552