Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 4d5e8ad

Browse files
authored
updater.spedit.info is now compatible with ssl
1 parent 630d387 commit 4d5e8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interop/Updater/UpdateCheck.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private static void CheckInternal()
4040
client.Credentials = new NetworkCredential("sm", "sm_pw"); //heuheu :D
4141
string versionString = client.DownloadString("ftp://127.0.0.1/version_0.txt");
4242
#else
43-
string versionString = client.DownloadString("http://updater.spedit.info/version_0.txt");
43+
string versionString = client.DownloadString("https://updater.spedit.info/version_0.txt");
4444
#endif
4545
string[] versionLines = versionString.Split('\n');
4646
string version = (versionLines[0].Trim()).Trim('\r');

0 commit comments

Comments
 (0)