1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

Update build-linux.mjs

This commit is contained in:
Eugene 2023-11-15 10:53:45 +01:00
parent 98719aafdc
commit 37ccba5c90
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -13,6 +13,7 @@ builder({
armv7l: process.env.ARCH === 'armv7l',
arm64: process.env.ARCH === 'arm64',
config: {
npmRebuild: false,
extraMetadata: {
version: vars.version,
},