duheng
2025-02-11 2d303dd904c63df9eeba3ce3e3bb148e40ac651d
Desktop/HStation.Desktop.Xhs.Core/AutoUpdater/AutoUpdateHelper.cs
@@ -1,4 +1,5 @@
using Yw.Update;
using System.IO;
using Yw.Update;
namespace HStation.Desktop
{
@@ -33,7 +34,7 @@
        {
            if (NeedUpdate())
            {
                string updateExePath = AppDomain.CurrentDomain.BaseDirectory + "AutoUpdater\\Yw.Update.Client.exe";
                string updateExePath = AppDomain.CurrentDomain.BaseDirectory + "AutoUpdater\\Yw.Update.Client.Core.exe";
                System.Diagnostics.Process myProcess = System.Diagnostics.Process.Start(updateExePath);
                return true;
            }