Update build-linux.mjs

This commit is contained in:
Eugene
2023-11-15 10:53:45 +01:00
parent 98719aafdc
commit 37ccba5c90

View File

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