SVN r1148
SVN-Revision: r1148
This commit is contained in:
@@ -269,7 +269,7 @@ namespace Lskj.AutoUpdate
|
||||
System.IO.FileInfo f = new FileInfo(newPath);
|
||||
if (!file.Size.ToString().Equals(f.Length.ToString()) && !file.FileName.ToString().EndsWith(".xml"))
|
||||
{
|
||||
MessageBox.Show($"文件大小与服务器不匹配");
|
||||
MessageBox.Show($"文件大小与服务器不匹配 "+ file.FileName);
|
||||
ShowErrorAndRestartApplication();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user