You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note: This script is intended to be run in an environment where Windows builds are supported (e.g. Windows with MinGW/Clang-cl or cross-compilation setup).
echo "Building for Windows using universal_venv..."
./universal_venv/bin/python build.py build_exe
echo "Build complete. Check the distrib/ directory."