mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-22 10:01:40 +03:00
Update build-linux.js
This commit is contained in:
parent
8dba1bf5cd
commit
2af4714d66
@ -12,7 +12,7 @@ if (process.env.ARCH === 'arm') {
|
|||||||
builder({
|
builder({
|
||||||
dir: true,
|
dir: true,
|
||||||
linux: ['deb', 'tar.gz', 'rpm', 'pacman'],
|
linux: ['deb', 'tar.gz', 'rpm', 'pacman'],
|
||||||
armv7l: process.env.ARCH === 'armv7l',
|
armv7l: process.env.ARCH === 'armv7l' || process.env.ARCH === 'arm',
|
||||||
arm64: process.env.ARCH === 'arm64',
|
arm64: process.env.ARCH === 'arm64',
|
||||||
config: {
|
config: {
|
||||||
extraMetadata: {
|
extraMetadata: {
|
||||||
|
Loading…
Reference in New Issue
Block a user