Skip to content
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: allow installing of multiple version simultaneously #35

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

aryanshridhar
Copy link
Collaborator

This commit adds the support to allow installing of multiple electron version together.

Previously, there was a single global variable denoting the installing state of electron version. Hence, when a new version triggers the install function - it throws an error due to this check.
With changing it to be Map, we can keep track to all version and their installing state :)

src/installer.ts Outdated Show resolved Hide resolved
@erickzhao erickzhao merged commit fc4270c into electron:main Aug 9, 2022
@aryanshridhar aryanshridhar deleted the Allow-MultipleDownloads branch August 10, 2022 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants