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

Commit 15887dc

Browse files
authored
Merge pull request #85 from Bara20/patch-3
updater.spedit.info is now compatible with ssl
2 parents e9aacc9 + 4d5e8ad commit 15887dc

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
@@ -37,7 +37,7 @@ private static void CheckInternal()
3737
client.Credentials = new NetworkCredential("sm", "sm_pw"); //heuheu :D
3838
var versionString = client.DownloadString("ftp://127.0.0.1/version_0.txt");
3939
#else
40-
string versionString = client.DownloadString("http://updater.spedit.info/version_0.txt");
40+
string versionString = client.DownloadString("https://updater.spedit.info/version_0.txt");
4141
#endif
4242
var versionLines = versionString.Split('\n');
4343
var version = versionLines[0].Trim().Trim('\r');

0 commit comments

Comments
 (0)