Replies: 1 comment 3 replies
-
There's not really any such thing as a cross platform installer tool because there's not really any such thing as a cross platform installation user flow.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for help we got here (thanks!) we were able to have out app (https://pypi.org/project/apio/) working with pyinstaller. This is a command line app with prequent short invocation so we use the 'one folder' model rather than 'one file' and can distribute it as a zip file that users unzip and set PATH to.
My question is, is there a simple installer tool that is cross platform and is known to work well with pyinstaller. E.g. the user loads and run a single executable which when run, creates the pyinstaller app dir and sets the path, on windows, OSX, and linux.
As a side note, this could be a pyinstaller feature, a mode which creates a 'one file' but extracts and run as 'one dir', and includes the aspects of registering the app and uninstalling it when requested.
Beta Was this translation helpful? Give feedback.
All reactions