Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

CX_Freeze

Braxton Schafer edited this page Mar 11, 2014 · 2 revisions

Reference available here.

First you need to download or create setup.py. Make sure it's in the same directory as PyBerry.py. Then...

Windows

In setup.py, be sure to specify icon as a bdist_msi option. python3 setup.py build

Mac

In setup.py, be sure to specify iconfile as a bdist_mac option. python3 setup.py build

Linux

python3 setup.py build

Clone this wiki locally