PyQt/自动更新/编译.bat
2017-12-12 00:47:29 +08:00

3 lines
No EOL
38 B
Batchfile

cd %~dp0
py -3.4 setup.py py2exe
pause