fix(build): resolve Visual Studio version-agnostically

The runner's windows-latest image bumped Visual Studio past 2022, so the
hardcoded vswhere range [17.0,18.0) and the 'Visual Studio 17 2022' CMake
generator no longer matched, failing the release build. Pick the latest
installed VS and derive the generator from its version/product line.
This commit is contained in:
kitbyte
2026-06-15 00:54:21 +03:00
parent 6395ca3a27
commit b9faf80f86
2 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ The newest entry must match the version in `WandEnhancer/Properties/AssemblyInfo
### Features
- The Remote Web Panel now shows mod names, descriptions, and instructions translated to your WeMod account language. #98
- The Remote Web Panel now shows mod names, descriptions, and instructions translated to your WeMod account language by @YifePlayte in #98. Related issue: #85
- Added a language selector to the Remote Web Panel (English, Russian, German, French, Spanish, Simplified Chinese) with automatic detection from the browser language.
### Improvements