bundle everything in an app resource dir by default
--- MacRuby/trunk/data/hotcocoa_template/config/build.yml 2008-10-06 03:18:10 UTC (rev 645)
+++ MacRuby/trunk/data/hotcocoa_template/config/build.yml 2008-10-06 12:05:38 UTC (rev 646)
@@ -2,5 +2,7 @@
load: lib/application.rb
version: "1.0"
icon: resources/HotCocoa.icns
+resources:
+ - resources/**/*.*
sources:
- lib/**/*.rb