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

Commit 0dadee5

Browse files
committed
Add another https header
1 parent 15887dc commit 0dadee5

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
@@ -53,7 +53,7 @@ private static void CheckInternal()
5353
#if DEBUG
5454
info.UpdaterDownloadUrl = "ftp://127.0.0.1/" + destinationFileName;
5555
#else
56-
info.Updater_DownloadURL = "http://updater.spedit.info/" + destinationFileName;
56+
info.Updater_DownloadURL = "https://updater.spedit.info/" + destinationFileName;
5757
#endif
5858
info.UpdateVersion = version;
5959
var updateInfoString = new StringBuilder();

0 commit comments

Comments
 (0)