From 184fa13403fb91c60e313b647277a123de7b0d81 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 29 Sep 2025 07:21:42 +0300 Subject: [PATCH] apply the searchFixes patch for versions below 1.2.28 #772 --- patches/patches.json | 2 +- run.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 999e5f1..f56e86c 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -2183,7 +2183,7 @@ }, "searchFixes": { "version": { - "fr": "1.2.28", + "fr": "1.1.85", "to": "1.2.57" }, "match": "(typeName\\])", diff --git a/run.ps1 b/run.ps1 index 7430b15..38b6f4a 100644 --- a/run.ps1 +++ b/run.ps1 @@ -1968,7 +1968,7 @@ if ($test_spa) { } extract -counts 'one' -method 'zip' -name 'xpui.js' -helper 'VariousofXpui-js' - if ([version]$offline -ge [version]"1.2.28.581" -and [version]$offline -le [version]"1.2.57.463") { + if ([version]$offline -ge [version]"1.1.85.884" -and [version]$offline -le [version]"1.2.57.463") { if ([version]$offline -ge [version]"1.2.45.454") { $typefile = "xpui.js" }