mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(build): fix codesign step
This commit is contained in:
parent
0f66f0e58b
commit
8fe0e5a680
1 changed files with 3 additions and 0 deletions
|
@ -389,6 +389,9 @@ module.exports = (grunt) ->
|
|||
ciTasks.push('dump-symbols') if process.platform isnt 'win32'
|
||||
ciTasks.push('set-version', 'lint', 'generate-asar')
|
||||
|
||||
if process.platform is "darwin"
|
||||
ciTasks.push('test', 'codesign')
|
||||
|
||||
if process.platform is "linux"
|
||||
ciTasks.push('mkdeb')
|
||||
ciTasks.push('mkrpm')
|
||||
|
|
Loading…
Reference in a new issue