shoes-deprecated icon indicating copy to clipboard operation
shoes-deprecated copied to clipboard

packaging a Mac executable on Windows 7

Open remosewa opened this issue 14 years ago • 3 comments

I have shoes 3.1 policeman and I'm trying to create a stand alone executable for OSX. I have been able to successfully do so for Windows, but when I try making one for OSX or Linux, the packager freezes up. I can create a .dmg file only if I select "No, download shoes if it is absent"

remosewa avatar Mar 27 '12 18:03 remosewa

This is related to #161. #62, and everything here: https://github.com/shoes/shoes/issues/search?utf8=%E2%9C%93&q=packaging

Basically, the packager is all fsckd up right now.

steveklabnik avatar Mar 27 '12 18:03 steveklabnik

Is there any workaround for this problem? I don't understand how to do either of these:

Via --shy. This should work. By compiling your app and Shoes together. This is what I do with Hackety Hack. Totally works

remosewa avatar Mar 27 '12 18:03 remosewa

The packager has an option to build a .shy file. Your user then opens the .shy with their own pair of Shoes, and it works.

The 'compiling' is via the APP parameter to the rake task. There is currently no documentation on this, it's mentioned in #153. I've made a note to document it in #194.

steveklabnik avatar Mar 27 '12 18:03 steveklabnik