Fix C1010070 compilation error in wslsettings (#12928)

Co-authored-by: Mlekow <mlekow5@outlook.com>

Mlekow committed Jun 21, 2025 at 04:15 UTC dedf36169dd6d9bad41e0ac5d7fd772e8699fb8f
1 file changed +1 -1
src/windows/wslsettings/CMakeLists.txt
+1 -1
@@ -239,7 +239,7 @@ set_target_properties(
239 VS_GLOBAL_SelfContained true
240 VS_GLOBAL_WindowsAppSDKSelfContained true
241 VS_GLOBAL_ApplicationIcon "${CMAKE_SOURCE_DIR}/images/wsl.ico"
242 - VS_GLOBAL_ApplicationManifest "app.manifest"
242 + VS_GLOBAL_ApplicationManifest "${CMAKE_CURRENT_SOURCE_DIR}/app.manifest"
243 VS_GLOBAL_RuntimeIdentifier "win-${TARGET_PLATFORM}"
244 VS_GLOBAL_RuntimeIdentifiers "win-${TARGET_PLATFORM}"
245 VS_GLOBAL_Platform "${TARGET_PLATFORM}"