Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Allow Windows to download 64-bit electron builds. #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Allow Windows to download 64-bit electron builds. #35

wants to merge 3 commits into from

Conversation

ndixon
Copy link

@ndixon ndixon commented Nov 13, 2015

No description provided.

@@ -25,7 +25,6 @@ module.exports = (grunt) ->

getArch = ->
switch process.platform
when 'win32' then 'ia32'
Copy link
Contributor

Choose a reason for hiding this comment

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

The default should probably still be 32-bit, but having an explicit override should definitely be A Thing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants