Merge branch 'master' of github.com:github/atom

This commit is contained in:
Nathan Sobo
2012-03-29 15:48:06 -07:00

View File

@@ -20,6 +20,7 @@ task :package => :build do
FileUtils.rm_r "pkg"
FileUtils.mkdir_p "pkg"
FileUtils.cp_r path, "pkg/"
`cd pkg && zip -r atom.zip .`
else
exit(1)
end