2dust
2024-10-15 09:31:30 +08:00
parent 24afe8bde4
commit fd7cf164ff
12 changed files with 58 additions and 19 deletions

View File

@@ -479,6 +479,12 @@ namespace ServiceLib.Common
#region
public static bool UpgradeAppExists(out string fileName)
{
fileName = Path.Combine(Utils.StartupPath(), GetExeName("AmazTool"));
return File.Exists(fileName);
}
/// <summary>
/// 取得版本
/// </summary>