From d2bfd50ba4f7c28a7ca155ada694298174c0aac6 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 8 Oct 2023 20:27:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20OTA=E6=97=B6=E5=85=88=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=96=87=E4=BB=B6=EF=BC=8C=E5=86=8D=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=85=B6=E4=BB=96=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Models/ResourceUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Models/ResourceUpdater.cs b/src/MaaWpfGui/Models/ResourceUpdater.cs index 738fc2f48c..2dc23c2237 100644 --- a/src/MaaWpfGui/Models/ResourceUpdater.cs +++ b/src/MaaWpfGui/Models/ResourceUpdater.cs @@ -61,8 +61,8 @@ namespace MaaWpfGui.Models { _updating = false; - var ret1 = await UpdateSingleFiles(); var ret2 = await UpdateFilesWithIndex(); + var ret1 = await UpdateSingleFiles(); ETagCache.Save(); if (ret1 == UpdateResult.Failed || ret2 == UpdateResult.Failed)