Skip to content

Building the EXE

David edited this page Oct 30, 2019 · 1 revision

The capidaptor EXE is built using pyInstaller.

pyinstaller main.py -F -n capidaptor

The output will be located in the dist folder.

Clone this wiki locally