From: Jano Svitok Date: 2007-09-19T23:17:05+09:00 Subject: Re: How do I create an RBA Ruby Archive File? On 9/19/07, Jayson Williams wrote: > Hi David, > When i use this method > RUBYSCRIPT2EXE.bin = ["my_logo.ico"] > > What do I use as a reference to the Icon. > root = TkRoot.new > root.iconbitmap= ? > ...on a whim I tried > root.iconbitmap = RUBYSCRIPT2EXE.bin.last > which runs as a ruby script but not after I wrap it as an exe > > Jayson Either use relative paths to your source file (i.e. to __FILE__) or try stuff mentioned under g) in the erik's page. Jano