Skip to content

Commit

Permalink
Hotfix: Download correct protable file
Browse files Browse the repository at this point in the history
  • Loading branch information
CodesDoWork committed Dec 31, 2021
1 parent 959d722 commit 5b294c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaDownloader/Utils/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5b294c2

Please sign in to comment.