mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Use correct 64-bith arch
This commit is contained in:
parent
eaf435bd9a
commit
d299692237
@ -84,7 +84,7 @@ getAssets = ->
|
||||
if process.arch is 'ia32'
|
||||
arch = 'i386'
|
||||
else
|
||||
arch = 'x64_64'
|
||||
arch = 'x86_64'
|
||||
assetName = "atom.#{arch}.rpm"
|
||||
|
||||
{cp} = require('./task-helpers')(grunt)
|
||||
|
Loading…
Reference in New Issue
Block a user