Update build-native.js

This commit is contained in:
Jai A P 2022-03-21 12:09:24 +05:30 committed by GitHub
parent 26f93f7ac5
commit 4aca0fdf09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ const path = require('path')
const vars = require('./vars')
process.env.ARCH = process.env.ARCH || process.arch
if ( process.env.ARCH === 'arm' ) process.env.ARCH = 'armv7l' ;
let lifecycles = []
for (let dir of ['app', 'tabby-core', 'tabby-local', 'tabby-ssh', 'tabby-terminal']) {