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; }