I'm on a Mac OS X Lion, and I have followed this tutorial exactly as it is:
https://developer.mozilla.org/en/getting_started_with_xulrunner
When I try to run:
/Library/Frameworks/XUL.framework/xulrunner-bin --install-app /Users/CIRK/Documents/deskapp.zip
Gives me nothing as a result in the terminal, and I can't find any file called deskapp.app
. So I mean nothing happens at all.
I tried to run it without the installation as it is suggested in the tutorial but doesn't worked :
/Library/Frameworks/XUL.framework/xulrunner-bin "/Users/CIRK/Documents/dekapp/application.ini"
I installed XulRunner from an installer downloaded from here:
when I run /Library/Frameworks/XUL.framework/xulrunner-bin
I get the help instructions but when I run /Library/Frameworks/XUL.framework/xulrunner-bin -v
I get an error:
Mozilla XULRunner <Error> - <Error>
So what should I do?