SpaceLife-Updater/build.sh

4 lines
131 B
Bash
Raw Permalink Normal View History

2024-01-23 13:52:41 -05:00
#!/usr/bin/env bash
source venv/bin/activate
2024-01-23 16:38:29 -05:00
pyinstaller --onefile --hidden-import=PIL --hidden-import=PIL._tkinter_finder main.py