Fix resourcePath in main.coffee

This commit is contained in:
Matt Colyer
2013-10-10 10:06:23 -07:00
committed by Kevin Sawicki
parent 1538afee05
commit d7836f6082

View File

@@ -112,6 +112,6 @@ parseCommandLine = ->
fs.statSync resourcePath
catch e
devMode = false
resourcePath = path.dirname(__dirname)
resourcePath = path.dirname(path.dirname(__dirname))
{resourcePath, pathsToOpen, executedFrom, test, version, pidToKillWhenClosed, devMode, newWindow, specDirectory}