Improvements and Adjustments

This commit is contained in:
2dust
2025-01-10 20:12:42 +08:00
parent edbd168dcf
commit 6c6de1ae7f
7 changed files with 19 additions and 19 deletions

View File

@@ -558,7 +558,7 @@ namespace ServiceLib.Common
public static string GetRuntimeInfo()
{
return $"{Utils.GetVersion()} | {Utils.StartupPath()} | {Utils.GetExePath()} | {Environment.OSVersion} | {(Environment.Is64BitOperatingSystem ? 64 : 32)}";
return $"{Utils.GetVersion()} | {Utils.StartupPath()} | {Utils.GetExePath()} | {Environment.OSVersion}";
}
/// <summary>