Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 389 Bytes

compile.md

File metadata and controls

11 lines (7 loc) · 389 Bytes

Compile Toxygen

You can compile Toxygen using PyInstaller

Install PyInstaller: pip3 install pyinstaller

Compile Toxygen: pyinstaller --windowed --icon images/icon.ico main.py

Don't forget to copy /images/, /sounds/, /translations/, /styles/, /smileys/, /stickers/, /plugins/ (and /libs/libtox.dll, /libs/libsodium.a on Windows) to /dist/main/