Correct process arch value

This commit is contained in:
Kevin Sawicki
2014-09-22 10:35:52 -07:00
parent c94b03f13d
commit 08871989e2

View File

@@ -59,7 +59,7 @@ getAssets = ->
when 'linux'
buildDir = grunt.config.get('atom.buildDir')
sourcePath = fs.listSync(buildDir, ['.deb'])[0]
if process.arch is 'ia32g'
if process.arch is 'ia32'
arch = 'i386'
else
arch = 'amd64'