Update build-native.js

This commit is contained in:
Jai A P
2022-03-25 16:21:58 +05:30
committed by GitHub
parent eb6bf288cc
commit b2c611f9a6

View File

@@ -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
process.env.ARCH = process.arch === 'arm' ? armv7l
let lifecycles = []
for (let dir of ['app', 'tabby-core', 'tabby-local', 'tabby-ssh', 'tabby-terminal']) {