mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 06:42:44 +00:00
Update build-macos.js
This commit is contained in:
parent
b4896b4038
commit
e41fe9f4c0
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ builder({
|
|||
extraMetadata: {
|
||||
version: vars.version,
|
||||
},
|
||||
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
|
||||
mac: {
|
||||
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
|
||||
},
|
||||
npmRebuild: process.env.ARCH !== 'arm64',
|
||||
},
|
||||
publish: isTag ? 'always' : 'onTag',
|
||||
|
|
Loading…
Reference in a new issue