mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
fix(build): fix gruntfile error
This commit is contained in:
parent
3c37e31894
commit
cf8821e969
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ module.exports = (grunt) ->
|
||||||
ciTasks.push('dump-symbols') if process.platform isnt 'win32'
|
ciTasks.push('dump-symbols') if process.platform isnt 'win32'
|
||||||
ciTasks.push('set-version', 'lint', 'generate-asar')
|
ciTasks.push('set-version', 'lint', 'generate-asar')
|
||||||
|
|
||||||
else if process.platform is "linux"
|
if process.platform is "linux"
|
||||||
ciTasks.push('mkdeb')
|
ciTasks.push('mkdeb')
|
||||||
ciTasks.push('mkrpm')
|
ciTasks.push('mkrpm')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue