This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
GlobalCube
/
gctools
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
52470ae074
Branches
Tags
main
gctools
/
c11.bat
c11.bat
83 B
Histórico
Raw
1
2
3
4
cd /d %~dp0
call venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 c11.py
pause