Xulrunner: where install-app.py

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

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

Where is this install-app.py?

+5
source share
1 answer

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

What was related to this problem: Error 747597 - (install_app.py) XULRunner port --install-app for Python

+2
source

Source: https://habr.com/ru/post/1201251/


All Articles