5

I am trying to use xulrunner --install-app but it seems to be obsolete as I get the message

"--install-app support has been removed. Use 'python install-app.py' instead."

Where is this install-app.py?

kudaa
  • 51
  • 2

1 Answers1

2

Found it by looking at this patch: https://bug747597.bugzilla.mozilla.org/attachment.cgi?id=8357649

Which was attached to this issue: Bug 747597 - (install_app.py) Port XULRunner's --install-app to Python

Matt Wonlaw
  • 12,146
  • 5
  • 42
  • 44