CrypTron/compile.bat
2020-07-04 23:52:44 +02:00

6 lines
174 B
Batchfile

title compiling encrypter...
::Normal Mode:
set /p var="Debug? [y/n]> "
if %var%==n pyinstaller test.py -F -w -i icon.ico
if %var%==y pyinstaller test.py -F -i icon.ico