375 B
375 B
Self Extracting Runner (PyInstaller)
This project builds a Windows executable that:
- Contains a bundled
app.zip - Extracts it to a temporary folder at runtime
- Runs
app.exefrom inside the extracted files - Cleans up the temporary folder after execution
Requirements
- Python 3.8+
- PyInstaller
Install PyInstaller:
pip install pyinstaller