1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-22 10:01:40 +03:00

Fix windows

This commit is contained in:
Jai A P 2022-03-09 22:04:29 +05:30 committed by GitHub
parent 39fbf467de
commit f2f0953b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ builder({
extraMetadata: {
version: vars.version,
},
npmRebuild: process.env.ARCH !== 'arm64',
},
publish: isTag ? 'always' : 'onTag',
}).catch(() => process.exit(1))