I have a c++ file and a python file.
I can turn both of these to .exe
files. But I can't turn them into .app
files.
I am using the pyinstaller
module for python files.
How can I turn the files into .app
files?
I have a c++ file and a python file.
I can turn both of these to .exe
files. But I can't turn them into .app
files.
I am using the pyinstaller
module for python files.
How can I turn the files into .app
files?
As per PyInstaller's documentation, you can use it also to build a mac application. However, you would have to build it from Mac OS.
https://pyinstaller.readthedocs.io/en/stable/usage.html#building-mac-os-x-app-bundles