From 9c2f9cac4896e634717bc8bde3de147e7c204320 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:27:02 +0300 Subject: [PATCH] version bump to 1.2.67.557 --- patches/Augmented translation/ru.json | 1 - run.ps1 | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/patches/Augmented translation/ru.json b/patches/Augmented translation/ru.json index 06609e3..c1e4afe 100644 --- a/patches/Augmented translation/ru.json +++ b/patches/Augmented translation/ru.json @@ -319,7 +319,6 @@ "match": "((?:few|other)..)\".\".name..\" was released .years. years ago this week!\"", "replace": "$1\"На этой неделе исполнилось %years% года с момента выхода \\\"%name%\\\"!\"" }, - "80": { "match": "(many..)\".\".name..\" was released .years. years ago this week!\"", "replace": "$1\"На этой неделе исполнилось %years% лет с момента выхода \\\"%name%\\\"!\"" diff --git a/run.ps1 b/run.ps1 index 0fd0e22..874fea8 100644 --- a/run.ps1 +++ b/run.ps1 @@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) { } else { # latest tested version for Win 10-12 - $onlineFull = "1.2.67.556.g7023c791-183" + $onlineFull = "1.2.67.557.g2d9c92d2-185" } } else { @@ -1911,7 +1911,7 @@ if ($test_spa) { $mode = [IO.Compression.ZipArchiveMode]::Update $zip_xpui = New-Object IO.Compression.ZipArchive($stream, $mode) - ($zip_xpui.Entries | Where-Object { $_.FullName -match "i18n" -and $_.FullName -inotmatch "(ru|en.json|longest)" }) | foreach { $_.Delete() } + ($zip_xpui.Entries | Where-Object { $_.FullName -match "i18n" -and $_.FullName -inotmatch "(ru|en.json|longest)" }) | foreach { $_.Delete() } $zip_xpui.Dispose() $stream.Close()