rm -rf build dist *.egg-info exe python build_gui.py pip uninstall -y ed_lrr_gui pip install -I . setuptools_rust python setup.py build python setup.py bdist_wheel python setup.py sdist mkdir exe cd exe pyinstaller --noupx --noconsole --key="ED_LRR_GUI" --name ED_LRR_GUI ..\ed_lrr_gui\__main__.py cd ..