Explorar o código

Set release info for debug install

flabbet hai 3 meses
pai
achega
08b682cd2c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/PixiEditor/ViewModels/SubViewModels/UpdateViewModel.cs

+ 1 - 0
src/PixiEditor/ViewModels/SubViewModels/UpdateViewModel.cs

@@ -248,6 +248,7 @@ internal class UpdateViewModel : SubViewModel<ViewModelMain>
     [Command.Debug("PixiEditor.Update.DebugInstall", "Debug Install Update", "(DEBUG) Install update zip file without checking for updates")]
     public void DebugInstall()
     {
+        UpdateChecker.SetLatestReleaseInfo(new ReleaseInfo(true) { TagName = "2.2.2.2" });
         Install(true);
     }