mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add missing atom-shell segment to APP_DIR
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user