We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 749045e + aa2a94d commit b7d2eb0Copy full SHA for b7d2eb0
1 file changed
build.sh
@@ -77,6 +77,8 @@ pyinstaller \
77
--hidden-import playwright._impl._driver \
78
--collect-all playwright \
79
--collect-all pyfiglet \
80
+ --hidden-import pyfiglet.fonts \
81
+ --collect-all rich \
82
--noconfirm \
83
--clean \
84
main.py
0 commit comments