Add missing atom-shell segment to APP_DIR

This commit is contained in:
Kevin Sawicki
2013-05-29 17:50:25 -07:00
parent affd4a481f
commit ec13dea5e6

View File

@@ -8,7 +8,7 @@ CSON = require 'season'
BUILD_DIR = '/tmp/atom-build'
APP_NAME = 'Atom.app'
APP_DIR = path.join(BUILD_DIR, APP_NAME, 'Contents', 'Resources', 'app')
APP_DIR = path.join(BUILD_DIR, 'atom-shell', APP_NAME, 'Contents', 'Resources', 'app')
INSTALL_DIR = path.join('/Applications', APP_NAME)
module.exports = (grunt) ->