Only build 32-bit binaries for Windows
This commit is contained in:
@@ -135,8 +135,8 @@ var win32 = {
|
|||||||
// Build for Windows.
|
// Build for Windows.
|
||||||
platform: 'win32',
|
platform: 'win32',
|
||||||
|
|
||||||
// Build 64 bit binaries only.
|
// Build 32 bit binaries only.
|
||||||
arch: 'x64',
|
arch: 'ia32',
|
||||||
|
|
||||||
// Object hash of application metadata to embed into the executable (Windows only)
|
// Object hash of application metadata to embed into the executable (Windows only)
|
||||||
'version-string': {
|
'version-string': {
|
||||||
|
|||||||
Reference in New Issue
Block a user