Better constructicon output

This commit is contained in:
probablycorey
2013-06-18 14:20:26 -07:00
parent 90bc5f58f7
commit 128f7b851a
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ module.exports = (grunt) ->
grunt.registerTask 'build', 'Build the application', ->
rm SHELL_APP_DIR
mkdir path.dirname(BUILD_DIR)
cp 'atom-shell/Atom.app', SHELL_APP_DIR
cp 'atom-shell', BUILD_DIR
mkdir APP_DIR

View File

@@ -7,7 +7,7 @@ set -e
cd "$(dirname "$0")/.."
./script/bootstrap
./node_modules/.bin/grunt --build-dir="$BUILT_PRODUCTS_DIR build"
./node_modules/.bin/grunt -v --build-dir="$BUILT_PRODUCTS_DIR bootstrap build"
echo <<OUTPUT_FOR_CONSTRUCTICON
TARGET_BUILD_DIR=$BUILT_PRODUCTS_DIR