diff --git a/Rakefile b/Rakefile index 3b4e27c6c..8b3d00a02 100644 --- a/Rakefile +++ b/Rakefile @@ -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