mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03:00
Don't assume we can remove the BUILD_DIR
This commit is contained in:
parent
fcaa952973
commit
5875c814df
@ -123,7 +123,7 @@ module.exports = (grunt) ->
|
||||
rm 'prebuilt-cef'
|
||||
|
||||
grunt.registerTask 'build', 'Build the application', ->
|
||||
rm BUILD_DIR
|
||||
rm SHELL_APP_DIR
|
||||
mkdir path.dirname(BUILD_DIR)
|
||||
cp 'atom-shell/Atom.app', SHELL_APP_DIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user