CrypTron/compile.bat

6 lines
174 B
Batchfile
Raw Permalink Normal View History

2020-07-04 23:52:44 +02:00
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