Skip to content

Commit

Permalink
Fixed 'rake package' task
Browse files Browse the repository at this point in the history
  • Loading branch information
bomberstudios committed Jun 4, 2009
1 parent c916547 commit 2c7ab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -58,7 +58,7 @@ end
Rake::PackageTask.new(APP, :noversion) do |p|
p.need_zip = true
p.name = Time.now.strftime("%Y%m%d") + "-" + APP
p.package_files.include("README",Dir["deploy/*"])
p.package_files.include("README.mdown",'app.rb',Dir["deploy/*"])
end


Expand Down

0 comments on commit 2c7ab8a

Please sign in to comment.