Move atom.gyp to stop confusing npm

This commit is contained in:
John Barnette
2012-09-13 11:30:08 -07:00
parent 7fbb7b70e8
commit 15a3f58f66
2 changed files with 1 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ mkdir_p BUILD_DIR
desc "Create xcode project from gpy file"
task "create-project" do
sh "rm -rf atom.xcodeproj"
sh "python tools/gyp/gyp --depth=. atom.gyp"
sh "python tools/gyp/gyp --depth=. support/atom.gyp"
end
desc "Build Atom via `xcodebuild`"
@@ -128,5 +128,3 @@ def binary_path
return nil
end