Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 240 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 240 Bytes

Building the game

pyinstaller --onedir --add-data 'c:\users\admin\appdata\local\programs\python\python37\lib\site-packages\customtkinter;customtkinter' --add-data '.\resources;resources' --noconsole -n weerwolven .\run_client.py