Only build 32-bit binaries for Windows
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user