-
Notifications
You must be signed in to change notification settings - Fork 1
Create Executable
Peter Hofmann edited this page Aug 6, 2017
·
1 revision
First of all, open a command prompt and install cx_Freeze:
bash
pip install cx-freeze
Then, go to the SMBEdit folder and type:
bash
python make.py build
The executable should appear in the 'SMBEdit/build/exe./' folder.