1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-19 18:07:58 +00:00

Update build-macos.js

This commit is contained in:
Eugene Pankov
2021-06-19 20:10:34 +02:00
parent b4896b4038
commit e41fe9f4c0

@@ -20,7 +20,9 @@ builder({
extraMetadata: {
version: vars.version,
},
mac: {
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
},
npmRebuild: process.env.ARCH !== 'arm64',
},
publish: isTag ? 'always' : 'onTag',