Skip to content

Commit

Permalink
self: use https
Browse files Browse the repository at this point in the history
  • Loading branch information
brliron authored Jul 12, 2024
1 parent e314e79 commit 031f719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thcrap_update/src/self.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define TEMP_FN_LEN 41

constexpr char SELF_SERVER[] = "http://thcrap.thpatch.net/";
constexpr char SELF_SERVER[] = "https://thcrap.thpatch.net/";
constexpr char NETPATHS_FN[] = "thcrap_update.js";
constexpr char PREFIX_BACKUP[] = "thcrap_old_%s";
constexpr char PREFIX_NEW[] = "thcrap_new_";
Expand Down

0 comments on commit 031f719

Please sign in to comment.