mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 09:32:33 +08:00
Include Apple team ID for codesigning
This commit is contained in:
parent
18dce432d2
commit
41496e792a
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ module.exports = grunt => {
|
|||
appleId: process.env.APPLE_ID,
|
||||
appleIdPassword: process.env.APPLE_ID_PASSWORD,
|
||||
ascProvider: process.env.APPLE_ID_ASC_PROVIDER,
|
||||
teamId: process.env.APPLE_TEAM_ID,
|
||||
}
|
||||
: undefined,
|
||||
win32metadata: {
|
||||
|
|
Loading…
Reference in a new issue