mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-02 23:45:11 +00:00
[old settings] deprecate old settings (#10548)
* [old settings] deprecate old settings * removed old settings from the pipeline signing process
This commit is contained in:
@@ -294,14 +294,7 @@ void run_settings_window(bool showOobeWindow)
|
||||
// Arg 1: executable path.
|
||||
std::wstring executable_path = get_module_folderpath();
|
||||
|
||||
if (UseNewSettings())
|
||||
{
|
||||
executable_path.append(L"\\Settings\\PowerToys.Settings.exe");
|
||||
}
|
||||
else
|
||||
{
|
||||
executable_path.append(L"\\PowerToysSettings.exe");
|
||||
}
|
||||
executable_path.append(L"\\Settings\\PowerToys.Settings.exe");
|
||||
|
||||
// Args 2,3: pipe server. Generate unique names for the pipes, if getting a UUID is possible.
|
||||
std::wstring powertoys_pipe_name(L"\\\\.\\pipe\\powertoys_runner_");
|
||||
|
Reference in New Issue
Block a user