mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Merge pull request #12572 from ablakely/patch-1
Update create-debian-package.js
This commit is contained in:
@@ -20,6 +20,8 @@ module.exports = function (packagedAppPath) {
|
||||
arch = 'i386'
|
||||
} else if (process.arch === 'x64') {
|
||||
arch = 'amd64'
|
||||
} else if (process.arch === 'ppc') {
|
||||
arch = 'powerpc'
|
||||
} else {
|
||||
arch = process.arch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user