From ec13dea5e670ecf82747f80dc7ebc67812c2d38d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 29 May 2013 17:50:25 -0700 Subject: [PATCH] Add missing atom-shell segment to APP_DIR --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index ba93a55e8..41e855d9e 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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) ->