This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GlobalCube
/
gctools
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
main
gctools
/
db.bat
db.bat
82 B
Permalink
Cronologia
Originale
1
2
3
4
cd /d %~dp0
call venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 db.py
pause