4

Is there a way to package a Shoes.app to a standalone Mac.app?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
Wasabi Developer
  • 3,523
  • 6
  • 36
  • 60

2 Answers2

6

Shoes maintainer here! There are three ways to package apps with Shoes:

  1. Via the GUI option. This is currently broken on OSX. Working on it.
  2. Via --shy. This should work.
  3. By compiling your app and Shoes together. This is what I do with Hackety Hack. Totally works.
Steve Klabnik
  • 241
  • 1
  • 2
0

Granted, the documentation leaves a lot to be desired, but look at Shoes::Pack:

http://rdoc.info/github/why/shoes/master/Shoes/Pack

Also I haven't used Shoes since _why disappeared, but does shoes --shy still work?

Michael Kohl
  • 66,324
  • 14
  • 138
  • 158