Merge pull request #509 from feross/win-32-bit
Only build 32-bit binaries for Windows
This commit is contained in:
commit
b5ae8f56cf
1 changed files with 2 additions and 2 deletions
|
|
@ -135,8 +135,8 @@ var win32 = {
|
|||
// Build for Windows.
|
||||
platform: 'win32',
|
||||
|
||||
// Build 64 bit binaries only.
|
||||
arch: 'x64',
|
||||
// Build 32 bit binaries only.
|
||||
arch: 'ia32',
|
||||
|
||||
// Object hash of application metadata to embed into the executable (Windows only)
|
||||
'version-string': {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue