Files
PointsBot/freeze.sh
2020-05-10 11:26:09 -07:00

6 lines
114 B
Bash

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