6 lines
174 B
Batchfile
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
|