[old settings] deprecate old settings (#10548)

* [old settings] deprecate old settings

* removed old settings from the pipeline signing process
This commit is contained in:
Enrico Giordani
2021-04-05 02:32:48 -07:00
committed by GitHub
parent b0465bb500
commit 927e947385
66 changed files with 1 additions and 13086 deletions

View File

@@ -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_");