mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Modified version check URL server because it changed from linphone.org to download.linphone.org ad because liblinphone http stack doesn't support 302 Permanently Redirected
This commit is contained in:
parent
0566864148
commit
c75da5cfd0
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
static constexpr char DefaultContactParametersOnRemove[] = "message-expires=0";
|
||||
static constexpr int DefaultExpires = 3600;
|
||||
static constexpr char DownloadUrl[] = "https://www.linphone.org/technical-corner/linphone";
|
||||
static constexpr char VersionCheckUrl[] = "https://linphone.org/releases";
|
||||
static constexpr char VersionCheckUrl[] = "https://download.linphone.org/releases";
|
||||
static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/login";
|
||||
|
||||
static constexpr char LinphoneBZip2_exe[] = "http://www.linphone.org/releases/windows/tools/bzip2/bzip2.exe";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue