简体   繁体   中英

How to create an .app file in mac os x from binaries?

I have a project in the form of binaries which can be distributed to other mac pcs. How to create an .app file for that project?

Thanks in advance

Take a look at py2app , it might solve your problem.

py2app is a Python setuptools command which will allow you to make standalone application bundles and plugins from Python scripts. py2app is similar in purpose and design to py2exe for Windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM