From c5e2e2431044a95f84489df75891a4e511523d31 Mon Sep 17 00:00:00 2001 From: hhhxiao <1417599491@qq.com> Date: Thu, 5 May 2022 11:17:04 +0800 Subject: [PATCH] Support 1.18.31.04 --- changelog.md | 4 ++++ tools/scripts/version_check.ps1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f866d95..c719dd8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.18.31.04-0.10.5 + - 支持1.18.30.04 + + # 1.18.30.04-0.10.3 - 支持1.18.30.04 - 打包脚本添加语言文件 diff --git a/tools/scripts/version_check.ps1 b/tools/scripts/version_check.ps1 index 9ffe4f1..febea6d 100644 --- a/tools/scripts/version_check.ps1 +++ b/tools/scripts/version_check.ps1 @@ -23,7 +23,7 @@ $FileBrowser.FileName } $file = Open-FileDialog -if((certutil -hashfil 'a' md5 | Select-String -Pattern 'f1d88123175ce6dfb602c55f5b8f1be5') -ne $null) +if((certutil -hashfile $file | Select-String -Pattern 'f0dc8804db447ca287a5f0ba5c5f5a0774a2cdd5') -ne $null) { [System.Windows.Forms.MessageBox]::Show("Right Version","OK",[System.Windows.Forms.MessageBoxButtons]::OKCancel,[System.Windows.Forms.MessageBoxIcon]::Asterisk) }else {