browser -> main-process

This commit is contained in:
Antonio Scandurra
2016-05-25 11:02:29 +02:00
parent 33d58bfe69
commit df0b3dedd7
20 changed files with 15 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ module.exports = (grunt) ->
'exports'
'spec'
'src'
'src/browser'
'src/main-process'
'static'
'vendor'
]

View File

@@ -107,7 +107,7 @@ module.exports = (grunt) ->
runMainProcessSpecs = (callback) ->
appPath = getAppPath()
resourcePath = process.cwd()
mainProcessSpecsPath = path.resolve('spec/browser')
mainProcessSpecsPath = path.resolve('spec/main-process')
if process.platform in ['darwin', 'linux']
options =