From dd239d6762a7a119b4f7d01b6de73719435d87d6 Mon Sep 17 00:00:00 2001 From: XenHat Date: Mon, 16 Sep 2019 22:38:41 -0400 Subject: [PATCH] Fixed: won't use previous download --- Src/PicoGAUpdate.csproj | 3 +-- Src/Program.cs | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/PicoGAUpdate.csproj b/Src/PicoGAUpdate.csproj index 697a07a..ed4a2bb 100644 --- a/Src/PicoGAUpdate.csproj +++ b/Src/PicoGAUpdate.csproj @@ -36,8 +36,7 @@ false - - + PicoGAUpdate.Program app.manifest diff --git a/Src/Program.cs b/Src/Program.cs index 9ad0703..0bd7846 100644 --- a/Src/Program.cs +++ b/Src/Program.cs @@ -259,6 +259,7 @@ private static bool DownloadDriver(string url, string version, out string downlo //#endif DownloadDone = true; NewDownloader.Success = true; + dirty = true; } else {