Fix pyinstaller spec files

This commit is contained in:
Brett Williams
2026-01-12 09:08:35 -06:00
parent 8b3fdd14b5
commit 0a69c184eb
3 changed files with 280 additions and 174 deletions

View File

@@ -38,7 +38,8 @@ git clone https://github.com/blw1138/Zordon.git
pip3 install -r requirements.txt
pip3 install pyinstaller
pip3 install pyinstaller_versionfile
pyinstaller main.spec
pyinstaller client.spec
pyinstaller server.spec
```
## License