This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
GlobalCube
/
gctools
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
main
Ramos
Etiquetas
main
gctools
/
c11.bat
c11.bat
83 B
Link permanente
Histórico
Em bruto
1
2
3
4
cd /d %~dp0
call venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 c11.py
pause