This website works better with JavaScript
Home
Explore
Help
Register
Sign In
GlobalCube
/
gctools
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
690913b1cc
Branches
Tags
main
gctools
/
db.bat
db.bat
82 B
History
Raw
1
2
3
4
cd /d %~dp0
call venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 db.py
pause