diff --git a/.pipelines/ESRPSigning_core.json b/.pipelines/ESRPSigning_core.json index 8287bc864f..d3a41650dc 100644 --- a/.pipelines/ESRPSigning_core.json +++ b/.pipelines/ESRPSigning_core.json @@ -15,8 +15,8 @@ "os-detection.dll", "PowerToys.exe", "PowerToys.Interop.dll", - "BugReportTool\\BugReportTool.exe", - "WebcamReportTool\\WebcamReportTool.exe", + "BugReportTool\\PowerToys.BugReportTool.exe", + "WebcamReportTool\\PowerToys.WebcamReportTool.exe", "Telemetry.dll", "PowerToys.ManagedTelemetry.dll", "PowerToys.ManagedCommon.dll", diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 4bdadab54c..55c2a7eca5 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -546,10 +546,10 @@ - + - + diff --git a/src/runner/tray_icon.cpp b/src/runner/tray_icon.cpp index 96f1630c65..b9cd2e555d 100644 --- a/src/runner/tray_icon.cpp +++ b/src/runner/tray_icon.cpp @@ -91,7 +91,7 @@ void handle_tray_command(HWND window, const WPARAM command_id, LPARAM lparam) case ID_REPORT_BUG_COMMAND: { std::wstring bug_report_path = get_module_folderpath(); - bug_report_path += L"\\Tools\\BugReportTool.exe"; + bug_report_path += L"\\Tools\\PowerToys.BugReportTool.exe"; SHELLEXECUTEINFOW sei{ sizeof(sei) }; sei.fMask = { SEE_MASK_FLAG_NO_UI | SEE_MASK_NOASYNC | SEE_MASK_NOCLOSEPROCESS | SEE_MASK_NO_CONSOLE }; sei.lpFile = bug_report_path.c_str(); diff --git a/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj b/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj index 75be4075ea..d1697ec382 100644 --- a/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj +++ b/tools/BugReportTool/BugReportTool/BugReportTool.vcxproj @@ -14,6 +14,12 @@ $(SolutionDir)..\..\$(Platform)\$(Configuration)\obj\$(ProjectName)\ $(SolutionDir)..\..\$(Platform)\$(Configuration)\$(ProjectName)\ + + PowerToys.$(ProjectName) + + + PowerToys.$(ProjectName) + diff --git a/tools/WebcamReportTool/WebcamReportTool.vcxproj b/tools/WebcamReportTool/WebcamReportTool.vcxproj index 9a8fec4aea..9f6a39bf8a 100644 --- a/tools/WebcamReportTool/WebcamReportTool.vcxproj +++ b/tools/WebcamReportTool/WebcamReportTool.vcxproj @@ -24,14 +24,14 @@ true - WebcamReportTool + PowerToys.WebcamReportTool .exe include;$(IncludePath) lib;$(LibraryPath) false - WebcamReportTool + PowerToys.WebcamReportTool .exe include;$(IncludePath) lib;$(LibraryPath)