Problem in Ruby Shoes packaging?
Asked Answered
T

2

1

The (Ruby Shoes) packaging solution from Hacketyhack.net doesnt work. Can anyone point me to an alternative?

Trimetrogon answered 7/9, 2009 at 19:39 Comment(4)
Uhm... what? I have no idea what you're talking about.Tristich
It's a Ruby Shoes - it's a GUI frameowrk for Ruby.Closefisted
I know its Ruby Shoes! do you guys have any idea about shoes? It has an option to package our project for Windows, Mac and Linux.. but it is not working on my machine... so i tried to look into it...and found out one pack.rb file ...where i suppose packaging is happening...and in the code some resource is taken from the hacketyhack.org site, which is not working!(_why is not there). so i was asking for some other pack.rb which will work!Trimetrogon
@Aistina- if you dont want to help... its fine... but atleast don't disappoint others. sorry!Trimetrogon
B
5

There is a shoes/shoes github project that hosts the latest binaries. However, as of (Sept 10, 2009) packaging requires a few patches that remove the dependencies on _why's no longer existent server.

I was able to find pack.rb in the Shoes application folder and replace it with this version of pack.rb After that, my packager was able to package basic applications.

Badminton answered 11/9, 2009 at 4:26 Comment(3)
Hey it worked flawlessly! thanks. Do you know how can i give diff icon to my generated EXE.Trimetrogon
#427465 works to change the icon. The tool will let you edit icons embedded in the exe's resources. A tip I discovered was to "replace" the icon. Don't delete it and add a new.Badminton
Thanks that was really helpful! (couldn't raise the vote again)Trimetrogon
C
0

There's a small tutorial in this Juixe Techknow blog post. It provides a good introduction to Ruby Shoes.

Closefisted answered 7/9, 2009 at 19:44 Comment(1)
thanks for this Shoes tutorial, but i know shoes, pretty well, i just want to package it for windows!..do you have any pointer for thatTrimetrogon

© 2022 - 2024 — McMap. All rights reserved.