6 lines
114 B
Bash
6 lines
114 B
Bash
|
|
pyinstaller \
|
||
|
|
--noconfirm \
|
||
|
|
--onedir \
|
||
|
|
--additional-hooks-dir ./pyinstaller-hooks/ \
|
||
|
|
PointsBot.py
|