mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update create-debian-package.js
Added support for building debian powerpc packages.
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