Skip to content

Commit

Permalink
Support 1.18.31.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed May 5, 2022
1 parent 05b0bd3 commit c5e2e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
- 打包脚本添加语言文件
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/version_check.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c5e2e24

Please sign in to comment.