mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 08:57:21 +00:00
Update build-linux.mjs
This commit is contained in:
parent
98719aafdc
commit
37ccba5c90
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ builder({
|
||||||
armv7l: process.env.ARCH === 'armv7l',
|
armv7l: process.env.ARCH === 'armv7l',
|
||||||
arm64: process.env.ARCH === 'arm64',
|
arm64: process.env.ARCH === 'arm64',
|
||||||
config: {
|
config: {
|
||||||
|
npmRebuild: false,
|
||||||
extraMetadata: {
|
extraMetadata: {
|
||||||
version: vars.version,
|
version: vars.version,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue