Skip to content

Commit

Permalink
1.0.3, using raw direct EXE link now for updates. Easier, update stra…
Browse files Browse the repository at this point in the history
…ight from VS.
  • Loading branch information
harryeffinpotter committed Jul 27, 2022
1 parent ba7d5e5 commit a54853b
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/All.Legit.exe", $"All LegitNEW.exe");
fileClient.DownloadFile($"https://github.com/harryeffinpotter/ALL-LEGIT/raw/master/All.Legit.exe", $"All LegitNEW.exe");
fileClient.Dispose();
Program.form.ALTrayIcon.Icon.Dispose();
Program.form.ALTrayIcon.Dispose();
Expand Down

0 comments on commit a54853b

Please sign in to comment.