1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-22 20:55:03 +03:00

Update build-macos.js

This commit is contained in:
Eugene Pankov 2021-06-19 20:10:34 +02:00
parent b4896b4038
commit e41fe9f4c0
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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