On 9/19/07, Jayson Williams <williams.jayson / gmail.com> 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