32 bit build for Linux (#369)

* Add 32 bit arch for Linux

* Fix trailing spaces
This commit is contained in:
Alex
2016-04-11 01:38:35 +02:00
committed by Feross Aboukhadijeh
parent 8c2d49f029
commit f9141dd39c

View File

@@ -131,7 +131,10 @@ var win32 = {
}
var linux = {
platform: 'linux'
platform: 'linux',
// Build 32/64 bit binaries.
arch: 'all'
// Note: Application icon for Linux is specified via the BrowserWindow `icon` option.
}