Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harryeffinpotter committed Jul 27, 2022
1 parent 1a81666 commit ba7d5e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified All.Legit.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static void doUpdate()
var fileClient = new WebClient();
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
fileClient.DownloadFile($"https://github.com/harryeffinpotter/ALL-LEGIT/blob/master/bin/All.Legit.exe", $"All LegitNEW.exe");
fileClient.DownloadFile($"https://github.com/harryeffinpotter/ALL-LEGIT/blob/master/All.Legit.exe", $"All LegitNEW.exe");
fileClient.Dispose();
Program.form.ALTrayIcon.Icon.Dispose();
Program.form.ALTrayIcon.Dispose();
Expand Down

0 comments on commit ba7d5e5

Please sign in to comment.