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
Branch:
main
Branches
Tags
main
gctools
/
c11.bat
c11.bat
83 B
Permalink
History
Raw
1
2
3
4
cd /d %~dp0
call venv\Scripts\activate.bat
pyinstaller -F --path %~dp0 c11.py
pause