Skip to content

Commit

Permalink
re-add https to the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZeIlLuMiNaTi committed May 12, 2018
1 parent 32d9904 commit f31b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTAO-PublicSessionBlocker/MainUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public async void CheckUpdate(bool ManuallyInvoked)
*
***/

string url = "http://github.com/FaZeIlLuMiNaTi/GTAO-PublicSessionBlocker/releases/"; // URL to GitHub releases page - (make sure you've got the ending "/" - IMPORTANT.
string url = "https://github.com/FaZeIlLuMiNaTi/GTAO-PublicSessionBlocker/releases/"; // URL to GitHub releases page - (make sure you've got the ending "/" - IMPORTANT.
string exename = "GTAO-PublicSessionBlocker.exe"; // Name of EXE file

// Fix a bug that was caused by GitHub dropping support for old TLS protocols.
Expand Down

0 comments on commit f31b4f9

Please sign in to comment.