Files
PointsBot/freeze.sh

6 lines
114 B
Bash
Raw Normal View History

pyinstaller \
--noconfirm \
--onedir \
--additional-hooks-dir ./pyinstaller-hooks/ \
PointsBot.py