Hi! i can not locate where user has dropped my OS X single file bundle app on his file system using either sys.argv[0] or sys
_MEIPASS which both are pointing to the temp directory where bundle is extracted.thanks!
side note: pyinstaller produce 2 types of binary when using --onefile option, one which is a console based unix binary and another one which is apple native app bundle. my focus is on the apple native bundle because my app has gui and console is not my intention to show up.