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

Add more Electron prebuild support #400

Closed
wants to merge 4 commits into from
Closed

Add more Electron prebuild support #400

wants to merge 4 commits into from

Conversation

pavinthan
Copy link

@pavinthan pavinthan commented Dec 18, 2020

Added Electron prebuild for 10.0.0 and 11.0.0 and 12.0.0

@thegecko
Copy link
Member

LGTM

@@ -17,7 +17,7 @@ env:
# Supported Node versions: https://nodejs.org/en/about/releases/
- PREBUILD_TARGETS="6.0.0 8.0.0 10.0.0 12.0.0 14.0.0"
# Supported Electron versions: https://electronjs.org/docs/tutorial/electron-timelines
- PREBUILD_ELECTRON_TARGETS="4.0.4 5.0.0 6.0.0 7.0.0 8.0.0 9.0.0"
- PREBUILD_ELECTRON_TARGETS="4.0.4 5.0.0 6.0.0 7.0.0 8.0.0 9.0.0 9.0.0 10.0.0 11.0.0 12.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed a duplicate 9.0.0 here.

Suggested change
- PREBUILD_ELECTRON_TARGETS="4.0.4 5.0.0 6.0.0 7.0.0 8.0.0 9.0.0 9.0.0 10.0.0 11.0.0 12.0.0"
- PREBUILD_ELECTRON_TARGETS="4.0.4 5.0.0 6.0.0 7.0.0 8.0.0 9.0.0 10.0.0 11.0.0 12.0.0"

@thegecko
Copy link
Member

thegecko commented Jan 30, 2021

@pavinthan we have now switched to using a GitHub action to create the prebuild binaries instead of travis.

Apologies this disrupts your PR, but I've fixed this in #407

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.

None yet

3 participants