From 5b294c2b6b0a7879663427a8e6f50bba52078dce Mon Sep 17 00:00:00 2001 From: Justin Konratt Date: Fri, 31 Dec 2021 15:07:24 +0100 Subject: [PATCH] Hotfix: Download correct protable file --- MediaDownloader/Utils/UpdateChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaDownloader/Utils/UpdateChecker.cs b/MediaDownloader/Utils/UpdateChecker.cs index c47afc8..c8834bc 100644 --- a/MediaDownloader/Utils/UpdateChecker.cs +++ b/MediaDownloader/Utils/UpdateChecker.cs @@ -21,7 +21,7 @@ public class UpdateChecker private const string SetupFile = "MediaDownloader.msi"; - private const string PortableFile = "MediaDownloader-Portable.zip"; + private const string PortableFile = "MediaDownloader.zip"; private readonly UpdateClient _client;