BoYu
Results
2
comments of
BoYu
Maybe try adding `export MAX_JOBS=1;` before build command ?
I dig a little bit, and if I didn't make any mistakes, [ResultsViewModel.Sort](https://github.com/microsoft/PowerToys/blob/main/src/modules/launcher/PowerLauncher/ViewModel/ResultsViewModel.cs#L281) is what sort the result list: ``` C# public void Sort(MainViewModel.QueryTuningOptions options) { List sorted = null;...