diff -ur rubyscript2exe-0.1.17.tar.gz/rubyscript2exe/README rubyscript2exe-0.1.18.tar.gz/rubyscript2exe/README
--- rubyscript2exe-0.1.17.tar.gz/rubyscript2exe/README	2004-06-13 14:18:37.000000000 +0200
+++ rubyscript2exe-0.1.18.tar.gz/rubyscript2exe/README	2004-06-27 20:07:57.000000000 +0200
@@ -1,4 +1,8 @@
-Usage: ruby rubyscript2exe.rb application[.rb[w]] [--rubyscript2exe-rubyw|--rubyscript2exe-ruby] [--rubyscript2exe-msvcr71]
+The best way to use RubyScript2Exe is the RB, not this TAR.GZ.
+The latter is just for playing with the internals. Both are
+available on the site.
+
+Usage: ruby init.rb application[.rb[w]] [--rubyscript2exe-rubyw|--rubyscript2exe-ruby] [--rubyscript2exe-msvcr71]
 
 For more information, see
 http://www.erikveen.dds.nl/rubyscript2exe/ .
diff -ur rubyscript2exe-0.1.17.tar.gz/rubyscript2exe/init.rb rubyscript2exe-0.1.18.tar.gz/rubyscript2exe/init.rb
--- rubyscript2exe-0.1.17.tar.gz/rubyscript2exe/init.rb	2004-06-09 11:17:38.000000000 +0200
+++ rubyscript2exe-0.1.18.tar.gz/rubyscript2exe/init.rb	2004-06-27 19:54:07.000000000 +0200
@@ -95,6 +95,10 @@
   execute("./eee app.eee #{app}.exe #{eeeexe}")
 
   copy("#{app}.exe", oldlocation)
+
+  oldlocation do
+    system("reshacker -modify %s, %s, %s, icon,appicon," % [newlocation("#{app}.exe"), "#{app}.exe", "#{app}.ico"])	if File.file?("#{app}.ico")
+  end
 end
 
 end