add configurator

This commit is contained in:
souldbminersmwc
2025-09-27 14:41:46 -04:00
parent a885040ce9
commit fadaf47001
62 changed files with 3672 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
python -m PyInstaller --onefile --add-data "assets;assets" --icon=assets/icon.ico --noconsole src/main.py
move "dist\main.exe" "dist\hocconfig.exe"
del src/__pycache__