mirror of
https://github.com/Eugeny/tabby.git
synced 2025-04-06 16:00:28 +08:00
Update build-native.js
This commit is contained in:
parent
3287f410b7
commit
f18c58360d
@ -3,7 +3,7 @@ const rebuild = require('electron-rebuild').default
|
||||
const path = require('path')
|
||||
const vars = require('./vars')
|
||||
|
||||
process.env.ARCH = process.env.ARCH || process.arch === 'arm' ? 'armv7l' : process.arch
|
||||
process.env.ARCH = process.env.ARCH || (process.arch === 'arm' ? 'armv7l' : process.arch)
|
||||
|
||||
let lifecycles = []
|
||||
for (let dir of ['app', 'tabby-core', 'tabby-local', 'tabby-ssh', 'tabby-terminal']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user