v1.0.1
ci(release): fix Windows Configure to use full .exe compiler paths
CMake does not append .exe to a full compiler path, so passing
MINGW/bin/g++ (no extension) against the aqt-installed MinGW made the
compiler check fail ('is not a full path to an existing compiler tool').
Pass Windows-absolute gcc.exe/g++.exe paths and keep CMAKE_PREFIX_PATH as
the Windows Qt root.
Co-authored-by: Cursor <cursoragent@cursor.com>