mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
version bump to 1.2.67.557
This commit is contained in:
@@ -319,7 +319,6 @@
|
|||||||
"match": "((?:few|other)..)\".\".name..\" was released .years. years ago this week!\"",
|
"match": "((?:few|other)..)\".\".name..\" was released .years. years ago this week!\"",
|
||||||
"replace": "$1\"На этой неделе исполнилось %years% года с момента выхода \\\"%name%\\\"!\""
|
"replace": "$1\"На этой неделе исполнилось %years% года с момента выхода \\\"%name%\\\"!\""
|
||||||
},
|
},
|
||||||
|
|
||||||
"80": {
|
"80": {
|
||||||
"match": "(many..)\".\".name..\" was released .years. years ago this week!\"",
|
"match": "(many..)\".\".name..\" was released .years. years ago this week!\"",
|
||||||
"replace": "$1\"На этой неделе исполнилось %years% лет с момента выхода \\\"%name%\\\"!\""
|
"replace": "$1\"На этой неделе исполнилось %years% лет с момента выхода \\\"%name%\\\"!\""
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ if (!($version -and $version -match $match_v)) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# latest tested version for Win 10-12
|
# latest tested version for Win 10-12
|
||||||
$onlineFull = "1.2.67.556.g7023c791-183"
|
$onlineFull = "1.2.67.557.g2d9c92d2-185"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -1911,7 +1911,7 @@ if ($test_spa) {
|
|||||||
$mode = [IO.Compression.ZipArchiveMode]::Update
|
$mode = [IO.Compression.ZipArchiveMode]::Update
|
||||||
$zip_xpui = New-Object IO.Compression.ZipArchive($stream, $mode)
|
$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()
|
$zip_xpui.Dispose()
|
||||||
$stream.Close()
|
$stream.Close()
|
||||||
|
|||||||
Reference in New Issue
Block a user