From b08755ae1c4a568776fd306a6b2c790c71e4df62 Mon Sep 17 00:00:00 2001 From: Christian Ullrich Date: Mon, 28 Oct 2024 19:51:00 +0100 Subject: [PATCH] Fix venvwlauncher to run pythonw Fixes #126084 --- PCbuild/venvwlauncher.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/venvwlauncher.vcxproj b/PCbuild/venvwlauncher.vcxproj index 1b61718201367f..db7128272f06db 100644 --- a/PCbuild/venvwlauncher.vcxproj +++ b/PCbuild/venvwlauncher.vcxproj @@ -92,7 +92,7 @@ - EXENAME=L"$(PyExeName)$(PyDebugExt).exe";_WINDOWS;%(PreprocessorDefinitions) + EXENAME=L"$(PyWExeName)$(PyDebugExt).exe";_WINDOWS;%(PreprocessorDefinitions) MultiThreaded