Is there a way to package a Shoes.app to a standalone Mac.app?
Compiling/Package a Shoes.app to a standalone Mac.app?
did you try to use packager? with it you can package your app for winsows\linux\macos –
Spare
Shoes maintainer here! There are three ways to package apps with Shoes:
- Via the GUI option. This is currently broken on OSX. Working on it.
- Via --shy. This should work.
- By compiling your app and Shoes together. This is what I do with Hackety Hack. Totally works.
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?
© 2022 - 2024 — McMap. All rights reserved.