mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Better constructicon output
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user