mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
fix(spectron): typo with darwin
This commit is contained in:
parent
4a8b358013
commit
0f20c13501
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = (grunt) ->
|
|||
grunt.registerTask 'run-spectron-specs', 'Run spectron specs', ->
|
||||
shellAppDir = grunt.config.get('nylasGruntConfig.shellAppDir')
|
||||
|
||||
if process.platform is 'darwine'
|
||||
if process.platform is 'darwin'
|
||||
executablePath = path.join(shellAppDir, 'Contents', 'MacOS', 'Nylas')
|
||||
else
|
||||
executablePath = path.join(shellAppDir, 'nylas')
|
||||
|
|
Loading…
Reference in a new issue