The (Ruby Shoes) packaging solution from Hacketyhack.net doesnt work. Can anyone point me to an alternative?
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
- I want to trace logs using a Macro multi parameter
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Ruby using wrong version of openssl
- Warning : HTML 1300 Navigation occured?
- Difference between Thread#run and Thread#wakeup?
- how to call a active record named scope with a str
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
There's a small tutorial in this Juixe Techknow blog post. It provides a good introduction to Ruby Shoes.
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.